Fix the format of ImmutableInstruction10x

This commit is contained in:
Ben Gruver 2012-10-21 23:17:04 -07:00
parent c15f9c2fdf
commit 38d58eb4f4

View File

@ -39,7 +39,7 @@ import org.jf.dexlib2.util.Preconditions;
import javax.annotation.Nonnull; import javax.annotation.Nonnull;
public class ImmutableInstruction10x extends ImmutableInstruction implements Instruction10x { 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) { public ImmutableInstruction10x(@Nonnull Opcode opcode) {
super(opcode); super(opcode);