Skip to content

Commit c25b32b

Browse files
committed
Added support for return-void-barrier and object-init/range
1 parent a691e58 commit c25b32b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dalvik.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -758,8 +758,8 @@ const DexOpFormat dex_opcode_formats[256] = {
758758
/* ED */ { "throw-verification-error", "0x", 1, SPECIAL_NONE, 0, 0, FE},
759759
/* EE */ { "execute-inline", "5c", 3, SPECIAL_INLINE, 4, 4, FB},
760760
/* EF */ { "execute-inline/range", "rc", 3, SPECIAL_INLINE, 4, 4, FB},
761-
/* F0 */ { "invoke-direct-empty", "5c", 3, SPECIAL_METHOD, 4, 4, FC},
762-
/* F1 */ { 0, "0x", 1, SPECIAL_NONE, 0, 0, 0}, // Unallocated
761+
/* F0 */ { "object-init/range", "rc", 3, SPECIAL_METHOD, 4, 4, FC},
762+
/* F1 */ { "return-void-barrier", "0x", 1, SPECIAL_NONE, 0, 0, FD},
763763
/* F2 */ { "iget-quick", "2cs", 2, SPECIAL_OBJECT, 4, 4, FB},
764764
/* F3 */ { "iget-wide-quick", "2cs", 2, SPECIAL_OBJECT, 4, 4, FB | WD1},
765765
/* F4 */ { "iget-object-quick", "2cs", 2, SPECIAL_OBJECT, 4, 4, FB},

0 commit comments

Comments
 (0)