mirror of
https://github.com/revanced/smali.git
synced 2025-05-08 10:24:31 +02:00
Fix the format of ImmutableInstruction10x
This commit is contained in:
parent
c15f9c2fdf
commit
38d58eb4f4
@ -39,7 +39,7 @@ import org.jf.dexlib2.util.Preconditions;
|
||||
import javax.annotation.Nonnull;
|
||||
|
||||
public class ImmutableInstruction10x extends ImmutableInstruction implements Instruction10x {
|
||||
public static final Format FORMAT = Format.Format12x;
|
||||
public static final Format FORMAT = Format.Format10x;
|
||||
|
||||
public ImmutableInstruction10x(@Nonnull Opcode opcode) {
|
||||
super(opcode);
|
||||
|
Loading…
x
Reference in New Issue
Block a user