mirror of
https://github.com/revanced/smali.git
synced 2025-05-04 16:44:25 +02:00
Add support for the new execute-inline/range odexed instruction in smali
git-svn-id: https://smali.googlecode.com/svn/trunk@760 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
parent
5922b466bf
commit
a53606120a
@ -648,7 +648,8 @@ INSTRUCTION_FORMAT3rc_TYPE
|
||||
: 'filled-new-array/range';
|
||||
|
||||
INSTRUCTION_FORMAT3rms_METHOD
|
||||
: 'invoke-virtual-quick/range'
|
||||
: 'execute-inline/range'
|
||||
| 'invoke-virtual-quick/range'
|
||||
| 'invoke-super-quick/range';
|
||||
|
||||
INSTRUCTION_FORMAT51l
|
||||
|
@ -524,7 +524,7 @@ Type = {PrimitiveType} | {ClassDescriptor} | {ArrayDescriptor}
|
||||
return newToken(INSTRUCTION_FORMAT3rc_TYPE);
|
||||
}
|
||||
|
||||
"invoke-virtual-quick/range" | "invoke-super-quick/range" {
|
||||
"execute-inline/range" | "invoke-virtual-quick/range" | "invoke-super-quick/range" {
|
||||
return newToken(INSTRUCTION_FORMAT3rms_METHOD);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user