Skip to content

Commit 7dc8690

Browse files
committed
tmp
1 parent 62e18aa commit 7dc8690

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

share/revng/test/tests/analysis/CollectCFG/mips/jump-table-base-before-function-call.S

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jumptable:
1111
.word two
1212
.word three
1313
__start:
14-
sltiu $v1,$v0,3
14+
sltiu $v1,$s0,3
1515
beqz $v1,end
1616
nop
1717
lui $gp,%hi(jumptable)
1818
addiu $gp,$gp,%lo(jumptable)
1919
bal function
2020
nop
21-
sll $v0,$v0,2
22-
add $gp,$gp,$v0
21+
sll $s0,$s0,2
22+
add $gp,$gp,$s0
2323
lw $t9,0($gp)
2424
nop
2525
beqz $t9,nullptr

0 commit comments

Comments
 (0)