Fixed an issue with the getRegister method in the 21t class

git-svn-id: https://smali.googlecode.com/svn/trunk@183 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
JesusFreke@JesusFreke.com 2009-06-20 21:36:02 +00:00
parent a950eddc2a
commit a68e8c8d4b

View File

@ -36,7 +36,7 @@ public class Instruction21tMethodItem extends InstructionFormatMethodItem<Instru
} }
public int getRegister() { public int getRegister() {
return instruction.getOffset(); return instruction.getRegister();
} }
public String getTarget() { public String getTarget() {