diff options
author | Freya Murphy <freya@freyacat.org> | 2024-10-04 22:10:33 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-10-04 22:10:33 -0400 |
commit | 47d226cf3605396a7f995e9ad12e76907a328c7e (patch) | |
tree | 849cb0427b5aa0739ebb33d4e5395727851c4d5e | |
parent | fix msim to load non page aligned segments (diff) | |
download | mips-47d226cf3605396a7f995e9ad12e76907a328c7e.tar.gz mips-47d226cf3605396a7f995e9ad12e76907a328c7e.tar.bz2 mips-47d226cf3605396a7f995e9ad12e76907a328c7e.zip |
fix tests $at reg
-rw-r--r-- | test/out/fpe | 2 | ||||
-rw-r--r-- | test/out/segv | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/out/fpe b/test/out/fpe index e6aeb31..a50c325 100644 --- a/test/out/fpe +++ b/test/out/fpe @@ -6,7 +6,7 @@ pc: 0x00400004 ins: 0x0108409a registers: $zero: 0x00000000 $t0: 0x00000000 $s0: 0x00000000 $t8: 0x00000000 -$at: 0x00000000 $t1: 0x00000000 $s1: 0x00000000 $t9: 0x00000000 +$at: 0x10000000 $t1: 0x00000000 $s1: 0x00000000 $t9: 0x00000000 $v0: 0x00000000 $t2: 0x00000000 $s2: 0x00000000 $k0: 0x00000000 $v1: 0x00000000 $t3: 0x00000000 $s3: 0x00000000 $k1: 0x00000000 $a0: 0x00000000 $t4: 0x00000000 $s4: 0x00000000 $gp: 0x00000000 diff --git a/test/out/segv b/test/out/segv index 1796539..f27ee4e 100644 --- a/test/out/segv +++ b/test/out/segv @@ -6,7 +6,7 @@ pc: 0x00400000 ins: 0x8c080000 registers: $zero: 0x00000000 $t0: 0x00000000 $s0: 0x00000000 $t8: 0x00000000 -$at: 0x00000000 $t1: 0x00000000 $s1: 0x00000000 $t9: 0x00000000 +$at: 0x10000000 $t1: 0x00000000 $s1: 0x00000000 $t9: 0x00000000 $v0: 0x00000000 $t2: 0x00000000 $s2: 0x00000000 $k0: 0x00000000 $v1: 0x00000000 $t3: 0x00000000 $s3: 0x00000000 $k1: 0x00000000 $a0: 0x00000000 $t4: 0x00000000 $s4: 0x00000000 $gp: 0x00000000 |