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 8f8a34934..37627ac31 100644 --- a/arch/mips/process.cc +++ b/arch/mips/process.cc @@ -42,7 +42,7 @@ createProcess(const string &nm, ObjectFile * objFile, System * system, vector<string> &argv, vector<string> &envp) { LiveProcess * process = NULL; - if (objFile->getArch() != ObjectFile::MIPS) + if (objFile->getArch() != ObjectFile::Mips) fatal("Object file does not match architecture."); switch (objFile->getOpSys()) { case ObjectFile::Linux: |