We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 375145e commit fb8e5e3Copy full SHA for fb8e5e3
disassemblers/jvm.json
@@ -49,8 +49,8 @@
49
"format": "#{I}"
50
},
51
{
52
- "mask": "areturn",
53
- "mnemonic": "1011'0000",
+ "mask": "1011'0000",
+ "mnemonic": "areturn",
54
"format": ""
55
56
@@ -84,8 +84,8 @@
84
85
86
87
- "mask": "athrow",
88
- "mnemonic": "1011'1111",
+ "mask": "1011'1111",
+ "mnemonic": "athrow",
89
90
91
@@ -1042,4 +1042,4 @@
1042
1043
}
1044
]
1045
-}
+}
0 commit comments