Skip to content

Commit

Permalink
Add UDF (UnDeFined) arm instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Jul 2, 2024
1 parent d77a334 commit 8bbdc19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/libdec/arch/arm.js
Original file line number Diff line number Diff line change
Expand Up @@ -1537,6 +1537,9 @@ var _arm = {
fcvt: function(instr) {
return Base.cast(instr.parsed.opd[0], instr.parsed.opd[1], instr.parsed.opd[0][0] == 's' ? 'float' : 'double');
},
udf: function() {
return Base.nop();
},
invalid: function() {
return Base.nop();
}
Expand Down

0 comments on commit 8bbdc19

Please sign in to comment.