mirror of
https://github.com/revanced/smali.git
synced 2025-05-28 11:50:12 +02:00
Fix a few issues with Format 35mi
This commit is contained in:
parent
9e78b6b021
commit
4d3b3311e1
@ -193,6 +193,7 @@ public class InstructionMethodItem<T extends Instruction> extends MethodItem {
|
||||
writeInvokeRegisters(writer);
|
||||
writer.write(", ");
|
||||
writeInlineIndex(writer);
|
||||
return true;
|
||||
case Format35ms:
|
||||
writeOpcode(writer);
|
||||
writer.write(' ');
|
||||
|
@ -96,7 +96,7 @@ public class Instruction35mi extends Instruction implements FiveRegisterInstruct
|
||||
}
|
||||
|
||||
public Format getFormat() {
|
||||
return Format.Format35ms;
|
||||
return Format.Format35mi;
|
||||
}
|
||||
|
||||
public int getRegCount() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user