diff options
Diffstat (limited to 'arch/mips/process.cc')
-rw-r--r-- | arch/mips/process.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/process.cc b/arch/mips/process.cc index a4ce3f5f1..3f24fc68f 100644 --- a/arch/mips/process.cc +++ b/arch/mips/process.cc @@ -52,7 +52,7 @@ MipsLiveProcess::create(const std::string &nm, System *system, int stdin_fd, } - if (objFile->getArch() != ObjectFile::MIPS) + if (objFile->getArch() != ObjectFile::Mips) fatal("Object file does not match architecture."); switch (objFile->getOpSys()) { case ObjectFile::Linux: |