Object register value now lives in register C, not D.

This commit is contained in:
Izzat Bahadirov
2013-04-22 16:12:48 -04:00
parent 9c72df65f7
commit 6cf22f1eac

View File

@ -1545,7 +1545,7 @@ public class MethodAnalyzer {
} else {
Instruction35ms instruction = (Instruction35ms)analyzedInstruction.instruction;
methodIndex = instruction.getVtableIndex();
objectRegister = instruction.getRegisterD();
objectRegister = instruction.getRegisterC();
}
RegisterType objectRegisterType = getAndCheckSourceRegister(analyzedInstruction, objectRegister,