disassemblers/jvm: Fixed mask and mnemonic of areturn and athrow

This commit is contained in:
Nik
2025-02-28 11:42:44 +01:00
committed by GitHub
parent 375145e759
commit fb8e5e3f77

View File

@@ -49,8 +49,8 @@
"format": "#{I}" "format": "#{I}"
}, },
{ {
"mask": "areturn", "mask": "1011'0000",
"mnemonic": "1011'0000", "mnemonic": "areturn",
"format": "" "format": ""
}, },
{ {
@@ -84,8 +84,8 @@
"format": "" "format": ""
}, },
{ {
"mask": "athrow", "mask": "1011'1111",
"mnemonic": "1011'1111", "mnemonic": "athrow",
"format": "" "format": ""
}, },
{ {