mirror of
https://github.com/revanced/smali.git
synced 2025-05-29 20:20: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);
|
writeInvokeRegisters(writer);
|
||||||
writer.write(", ");
|
writer.write(", ");
|
||||||
writeInlineIndex(writer);
|
writeInlineIndex(writer);
|
||||||
|
return true;
|
||||||
case Format35ms:
|
case Format35ms:
|
||||||
writeOpcode(writer);
|
writeOpcode(writer);
|
||||||
writer.write(' ');
|
writer.write(' ');
|
||||||
|
@ -96,7 +96,7 @@ public class Instruction35mi extends Instruction implements FiveRegisterInstruct
|
|||||||
}
|
}
|
||||||
|
|
||||||
public Format getFormat() {
|
public Format getFormat() {
|
||||||
return Format.Format35ms;
|
return Format.Format35mi;
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getRegCount() {
|
public int getRegCount() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user