Skip to content

Commit

Permalink
disassemblers/jvm: Fixed mask and mnemonic of areturn and athrow
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv authored Feb 28, 2025
1 parent 375145e commit fb8e5e3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions disassemblers/jvm.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"format": "#{I}"
},
{
"mask": "areturn",
"mnemonic": "1011'0000",
"mask": "1011'0000",
"mnemonic": "areturn",
"format": ""
},
{
Expand Down Expand Up @@ -84,8 +84,8 @@
"format": ""
},
{
"mask": "athrow",
"mnemonic": "1011'1111",
"mask": "1011'1111",
"mnemonic": "athrow",
"format": ""
},
{
Expand Down Expand Up @@ -1042,4 +1042,4 @@
"format": ""
}
]
}
}

0 comments on commit fb8e5e3

Please sign in to comment.