Skip to content

Commit d0fa41e

Browse files
committed
Fix a typo in Asserts
1 parent 4ad08d3 commit d0fa41e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ICache/icache-test-2.asm

+3-3
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ Exit:
9090
sub.l #$d95a3d60,d0
9191
move.l d0,assert_zero
9292
sub.l #$00206198,d1
93-
move.l d6,assert_zero
93+
move.l d1,assert_zero
9494
sub.l #$d9394ab0,d2
95-
move.l d6,assert_zero
95+
move.l d2,assert_zero
9696
sub.l #$330e,d5
97-
move.l d6,assert_zero
97+
move.l d5,assert_zero
9898
sub.l #$0000ffff,d6
9999
move.l d6,assert_zero
100100
sub.l #$0000ffff,d7

ICache/icache-test-3.asm

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ Exit:
7878
sub.l #$50e40a17,d0
7979
move.l d0,assert_zero
8080
sub.l #$00013c48,d1
81-
move.l d6,assert_zero
81+
move.l d1,assert_zero
8282
sub.l #$50e2062b,d2
83-
move.l d6,assert_zero
83+
move.l d2,assert_zero
8484
sub.l #$a0,d5
85-
move.l d6,assert_zero
85+
move.l d5,assert_zero
8686
sub.l #$0000ffff,d6
8787
move.l d6,assert_zero
8888
sub.l #$0000ffff,d7

0 commit comments

Comments
 (0)