mirror of
https://github.com/pxb1988/dex2jar.git
synced 2024-11-27 15:10:34 +00:00
fix a bug in dex-reader
Fixes issue 97 --HG-- branch : 0.0.9.x
This commit is contained in:
parent
a6b4b788f8
commit
0c435060cc
@ -424,7 +424,7 @@ import com.googlecode.dex2jar.visitors.DexCodeVisitor;
|
||||
break;
|
||||
}
|
||||
case F23x: {
|
||||
int tmp = in.readShortx();
|
||||
int tmp = in.readUShortx();
|
||||
n.x3x(opcode, uOpcodeH, tmp & 0xFF, tmp >> 8);
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user