Memory: Handle LW SP, 0xXXX (SP)

This commit is contained in:
zilmar 2013-01-26 09:37:33 +11:00
parent c522a03901
commit d48705f87e
1 changed files with 0 additions and 1 deletions

View File

@ -2818,7 +2818,6 @@ void CMipsMemoryVM::Compile_LW (bool ResultSigned)
TempReg1 = Map_MemoryStack(x86_Any,true);
sprintf(String,"%Xh",(short)Opcode.offset);
MoveVariableDispToX86Reg((void *)((DWORD)(short)Opcode.offset),String,GetMipsRegMapLo(Opcode.rt),TempReg1,1);
return;
} else {
if (IsConst(Opcode.base)) {
DWORD Address = GetMipsRegLo(Opcode.base) + (short)Opcode.offset;