Skip to content

Commit

Permalink
Show the syscall number in the decompilation instead of the break code
Browse files Browse the repository at this point in the history
Now the break code is shown in the disassembly instead.
  • Loading branch information
chaoticgd committed May 4, 2024
1 parent 39fb4c5 commit 5af86cb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions data/languages/mips.sinc
Original file line number Diff line number Diff line change
Expand Up @@ -627,9 +627,8 @@ define pcodeop SYNC;
}

# 0000 00cc cccc cccc cccc cccc cc00 1100
:syscall is prime=0 & fct=12 & breakcode {
tmp:4=breakcode;
syscall(tmp);
:syscall breakcode is prime=0 & fct=12 & breakcode {
syscall(v1);
}

# 0000 00ss ssst tttt cccc cccc cc11 0100
Expand Down

0 comments on commit 5af86cb

Please sign in to comment.