mirror of
https://github.com/revanced/smali.git
synced 2025-05-11 11:54:29 +02:00
Removed TODO
git-svn-id: https://smali.googlecode.com/svn/trunk@129 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
parent
507c820ded
commit
0fa57d3fe1
@ -116,7 +116,6 @@ public final class Instruction implements Field<Instruction> {
|
||||
if (opByte == 0x1b) {
|
||||
int hiWord = in.readShort();
|
||||
if (hiWord != 0) {
|
||||
//TODO: test this..
|
||||
referenceIndex += (hiWord<<16);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user