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}"
},
{
"mask": "areturn",
"mnemonic": "1011'0000",
"mask": "1011'0000",
"mnemonic": "areturn",
"format": ""
},
{
@@ -84,8 +84,8 @@
"format": ""
},
{
"mask": "athrow",
"mnemonic": "1011'1111",
"mask": "1011'1111",
"mnemonic": "athrow",
"format": ""
},
{
@@ -1042,4 +1042,4 @@
"format": ""
}
]
}
}