summaryrefslogtreecommitdiff
path: root/output/MoreThan4.s
diff options
context:
space:
mode:
authorbd-912 <bdunahu@colostate.edu>2024-05-07 18:37:10 -0600
committerbd-912 <bdunahu@colostate.edu>2024-05-07 18:37:10 -0600
commit9a025aeaeb4104d6a66baaa575c669231d5d76bc (patch)
treecbab00685ecb99dad37f89d207c38c0991523324 /output/MoreThan4.s
parent9f24d0511a89379bb3326ee1b62eeaabe589571b (diff)
Fix indexing for MemRead/MemWrite in Condense, almost all tests pass
Diffstat (limited to 'output/MoreThan4.s')
-rw-r--r--output/MoreThan4.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/output/MoreThan4.s b/output/MoreThan4.s
index 7fe496f..08d82ec 100644
--- a/output/MoreThan4.s
+++ b/output/MoreThan4.s
@@ -141,7 +141,7 @@ MT4_Start:
move $s7 $t7
move $t7 $s6
move $s6 $t7
- lw $s0 0($s0)
+ lw $s0 4($s0)
sw $t3 -44($fp)
sw $t4 -48($fp)
sw $t5 -52($fp)