mirror of
https://github.com/revanced/smali.git
synced 2025-05-06 17:34:34 +02:00
Add TODO reminder to add support for unknown opcodes
This commit is contained in:
parent
97440a495b
commit
0843bbe9c6
@ -343,6 +343,7 @@ public enum Opcode
|
|||||||
case 0x300:
|
case 0x300:
|
||||||
return ARRAY_PAYLOAD;
|
return ARRAY_PAYLOAD;
|
||||||
default:
|
default:
|
||||||
|
// TODO: handle unknown opcodes (treat as nop)
|
||||||
return opcodesByValue[opcodeValue];
|
return opcodesByValue[opcodeValue];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user