Skip to content

Commit

Permalink
fix bug in test
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Apr 11, 2024
1 parent c3cce0e commit 1827580
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/c/instruction_checks/r4000allegrex_disasm.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,10 @@ const TestEntry entries[] = {
{ 0xBC9D0000, NULL, "cache 0x1D, 0x0($a0)" },

{ 0x70000000, NULL, "sleep" },
{ 0x000002A8, NULL, "mfie $v0" },
{ 0x000002B4, NULL, "mfie $zero" },
{ 0x000002C0, NULL, "mtie $a0" },
{ 0x70020024, NULL, "mfie $v0" },
{ 0x70000024, NULL, "mfie $zero" },
{ 0x70000026, NULL, "mtie $zero", },
{ 0x70040026, NULL, "mtie $a0" },
};

int main() {
Expand Down

0 comments on commit 1827580

Please sign in to comment.