mirror of
https://github.com/revanced/smali.git
synced 2025-06-13 04:27:38 +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() {
|
public Format getFormat() {
|
||||||
return Format.Format3rms;
|
return Format.Format3rmi;
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getRegCount() {
|
public int getRegCount() {
|
||||||
|
Reference in New Issue
Block a user