mirror of
https://github.com/revanced/smali.git
synced 2025-06-13 04:27:38 +02:00
Return the correct instruction size
This commit is contained in:
@ -127,7 +127,7 @@ public abstract class ImmutableInstruction implements Instruction {
|
||||
public abstract Format getFormat();
|
||||
|
||||
public int getCodeUnits() {
|
||||
return getFormat().size * 2;
|
||||
return getFormat().size / 2;
|
||||
}
|
||||
|
||||
@Nonnull
|
||||
|
Reference in New Issue
Block a user