mirror of
https://github.com/revanced/smali.git
synced 2025-05-04 16:44:25 +02:00
Add the throw-verification-error token to the instruction test for the lexer
This commit is contained in:
parent
3bfd77dff0
commit
bda056b7b0
@ -210,6 +210,7 @@ invoke-static
|
||||
invoke-interface
|
||||
filled-new-array
|
||||
invoke-direct-empty
|
||||
throw-verification-error
|
||||
execute-inline
|
||||
invoke-virtual-quick
|
||||
invoke-super-quick
|
||||
|
@ -210,6 +210,7 @@ INSTRUCTION_FORMAT35c_METHOD("invoke-static")
|
||||
INSTRUCTION_FORMAT35c_METHOD("invoke-interface")
|
||||
INSTRUCTION_FORMAT35c_TYPE("filled-new-array")
|
||||
INSTRUCTION_FORMAT35s_METHOD("invoke-direct-empty")
|
||||
INSTRUCTION_FORMAT20bc("throw-verification-error")
|
||||
INSTRUCTION_FORMAT35ms_METHOD("execute-inline")
|
||||
INSTRUCTION_FORMAT35ms_METHOD("invoke-virtual-quick")
|
||||
INSTRUCTION_FORMAT35ms_METHOD("invoke-super-quick")
|
||||
|
Loading…
x
Reference in New Issue
Block a user