Fixed an issue when reading a nop

git-svn-id: https://smali.googlecode.com/svn/trunk@152 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
JesusFreke@JesusFreke.com
2009-06-16 03:27:01 +00:00
parent a99ae3ba2b
commit acf2ddb67e

View File

@ -88,7 +88,7 @@ public class InstructionField implements Field<InstructionField> {
switch (secondByte) {
case 0x00:
//nop
instruction = Opcode.NOP.format.Factory.makeInstruction(dexFile, Opcode.NOP, new byte[]{0x00, 0x00});
instruction = Opcode.NOP.format.Factory.makeInstruction(dexFile, Opcode.NOP, new byte[]{0x00});
return;
case 0x01:
//packed switch