From 1acfb0ef18dee9f023590fc85603b5d3c621741f Mon Sep 17 00:00:00 2001 From: Ben Gruver Date: Sat, 10 Mar 2012 20:16:57 -0800 Subject: [PATCH] Instruction3rmi should use Format3rmi, not Format3rms --- .../main/java/org/jf/dexlib/Code/Format/Instruction3rmi.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dexlib/src/main/java/org/jf/dexlib/Code/Format/Instruction3rmi.java b/dexlib/src/main/java/org/jf/dexlib/Code/Format/Instruction3rmi.java index d148b45f..8499f6f0 100644 --- a/dexlib/src/main/java/org/jf/dexlib/Code/Format/Instruction3rmi.java +++ b/dexlib/src/main/java/org/jf/dexlib/Code/Format/Instruction3rmi.java @@ -84,7 +84,7 @@ public class Instruction3rmi extends Instruction implements RegisterRangeInstruc } public Format getFormat() { - return Format.Format3rms; + return Format.Format3rmi; } public int getRegCount() {