mirror of
https://github.com/revanced/smali.git
synced 2025-06-13 04:27:38 +02:00
Object register value now lives in register C, not D.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user