mirror of
https://github.com/revanced/smali.git
synced 2025-06-12 12:17:37 +02:00
Instruction3rmi should use Format3rmi, not Format3rms
This commit is contained in:
@ -84,7 +84,7 @@ public class Instruction3rmi extends Instruction implements RegisterRangeInstruc
|
||||
}
|
||||
|
||||
public Format getFormat() {
|
||||
return Format.Format3rms;
|
||||
return Format.Format3rmi;
|
||||
}
|
||||
|
||||
public int getRegCount() {
|
||||
|
Reference in New Issue
Block a user