mirror of
https://github.com/revanced/smali.git
synced 2025-05-28 11:50:12 +02:00
fix the "null" fixed instructions.. again
git-svn-id: https://smali.googlecode.com/svn/trunk@442 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
parent
7f91677f24
commit
f0e3677538
@ -201,7 +201,7 @@ Format22csf(Opcode, RegisterA, RegisterB, Reference) ::=
|
||||
Format22csn(Opcode, Register) ::=
|
||||
<<
|
||||
#Couldn't determine the field while deodexing, replaced with generic method call
|
||||
invoke-virtual-range {<Register> .. <Register>}, Ljava/lang/Object;->hashCode()I
|
||||
invoke-virtual/range {<Register> .. <Register>}, Ljava/lang/Object;->hashCode()I
|
||||
>>
|
||||
|
||||
Format22s(Opcode, RegisterA, RegisterB, Literal) ::=
|
||||
@ -277,7 +277,7 @@ Format35msf(Opcode, Registers, Reference) ::=
|
||||
Format35msn(Opcode, Register) ::=
|
||||
<<
|
||||
#Couldn't determine method while deodexing, replaced with generic method call
|
||||
invoke-virtual-range {<Register> .. <Register>}, Ljava/lang/Object;->hashCode()I
|
||||
invoke-virtual/range {<Register> .. <Register>}, Ljava/lang/Object;->hashCode()I
|
||||
>>
|
||||
|
||||
Format3rc(Opcode, StartRegister, LastRegister, Reference) ::=
|
||||
|
Loading…
x
Reference in New Issue
Block a user