mirror of
https://github.com/revanced/smali.git
synced 2025-05-05 17:14:25 +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:
|
||||
return ARRAY_PAYLOAD;
|
||||
default:
|
||||
// TODO: handle unknown opcodes (treat as nop)
|
||||
return opcodesByValue[opcodeValue];
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user