Fix a typo in EmulateInstructioinMIPS64
llvm-svn: 232620
This commit is contained in:
@@ -432,7 +432,7 @@ EmulateInstructionMIPS64::Emulate_load (const uint32_t opcode)
|
||||
Context context_t;
|
||||
|
||||
/* We are looking for "saved register" being restored from stack */
|
||||
if (!n == 29 || !nonvolatile_reg_p(t))
|
||||
if (!(n == 29) || !nonvolatile_reg_p(t))
|
||||
return false;
|
||||
|
||||
context_t.type = eContextRegisterLoad;
|
||||
|
||||
Reference in New Issue
Block a user