Skip to content

Commit

Permalink
Merge pull request #63 from chaoticgd/syscall_arg
Browse files Browse the repository at this point in the history
Show the syscall number in the decompilation instead of the break code
  • Loading branch information
chaoticgd authored May 4, 2024
2 parents e11e040 + 5af86cb commit 6bc8cde
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 @@ -662,9 +662,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 6bc8cde

Please sign in to comment.