From f7c84c8c41ef3dd6805c4f4e8af7e9dd554443fb Mon Sep 17 00:00:00 2001 From: "JesusFreke@JesusFreke.com" Date: Fri, 25 Dec 2009 23:05:50 +0000 Subject: [PATCH] return the correct format for Instruction35s git-svn-id: https://smali.googlecode.com/svn/trunk@526 55b6fa8a-2a1e-11de-a435-ffa8d773f76a --- .../src/main/java/org/jf/dexlib/Code/Format/Instruction35s.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dexlib/src/main/java/org/jf/dexlib/Code/Format/Instruction35s.java b/dexlib/src/main/java/org/jf/dexlib/Code/Format/Instruction35s.java index 35277e3c..026b15df 100644 --- a/dexlib/src/main/java/org/jf/dexlib/Code/Format/Instruction35s.java +++ b/dexlib/src/main/java/org/jf/dexlib/Code/Format/Instruction35s.java @@ -100,7 +100,7 @@ public class Instruction35s extends InstructionWithReference { } public Format getFormat() { - return Format.Format35c; + return Format.Format35s; } public byte getRegisterA() {