mirror of
https://github.com/revanced/smali.git
synced 2025-05-21 16:37:04 +02:00
Fixed a typo in the enum value for the filled-new-array/range opcode
git-svn-id: https://smali.googlecode.com/svn/trunk@113 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
parent
769b5ae5bf
commit
fb48b03e50
@ -70,7 +70,7 @@ public enum Opcode
|
||||
NEW_INSTANCE((byte)0x22, "NEW-INSTANCE", (byte)4, ReferenceType.type, "21c"),
|
||||
NEW_ARRAY((byte)0x23, "NEW-ARRAY", (byte)4, ReferenceType.type, "22c"),
|
||||
FILLED_NEW_ARRAY((byte)0x24, "FILLED-NEW-ARRAY", (byte)6, ReferenceType.type, "35c"),
|
||||
FILLED_NEW_ARRAY_RANGE((byte)0x25, "FILLED-NEW-ARRAY-RANGE", (byte)6, ReferenceType.type, "3rc"),
|
||||
FILLED_NEW_ARRAY_RANGE((byte)0x25, "FILLED-NEW-ARRAY/RANGE", (byte)6, ReferenceType.type, "3rc"),
|
||||
FILL_ARRAY_DATA((byte)0x26, "FILL-ARRAY-DATA", (byte)6, ReferenceType.none, "31t"),
|
||||
THROW((byte)0x27, "THROW", (byte)2, ReferenceType.none, "11x"),
|
||||
GOTO((byte)0x28, "GOTO", (byte)2, ReferenceType.none, "10t"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user