Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Feb 18, 2024
1 parent a6ecfec commit d58534f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/c/instruction_checks/plain_disassembly.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const TestEntry entries[] = {
{ 0x8F858028, "%got(STR_10007C90)", "lw $a1, %got(STR_10007C90)($gp)"},

{ 0x00435022, NULL, "sub $t2, $v0, $v1", },
{ 0x00025022, NULL, "sub $t2, $zero, $v0", },
{ 0x00025022, NULL, "neg $t2, $v0", },

{ 0x00E41823, NULL, "subu $v1, $a3, $a0" },
{ 0x00041823, NULL, "negu $v1, $a0" },
Expand Down

0 comments on commit d58534f

Please sign in to comment.