diff options
author | bd-912 <bdunahu@colostate.edu> | 2024-04-27 21:58:40 -0600 |
---|---|---|
committer | bd-912 <bdunahu@colostate.edu> | 2024-04-27 21:58:40 -0600 |
commit | e3054fac8eca3148df169afa2cd85de40cf5ac94 (patch) | |
tree | 693a4af0c304a992efbbc9fb5852a98369c5f6c7 /output/ex35.vaporm | |
parent | dfcf11cb8d7f28acad505c2785831424c38554b8 (diff) |
Move VaporizeVisitor VCall return store to AFTER restoring locals
Diffstat (limited to 'output/ex35.vaporm')
-rw-r--r-- | output/ex35.vaporm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/output/ex35.vaporm b/output/ex35.vaporm index 175d589..ca18867 100644 --- a/output/ex35.vaporm +++ b/output/ex35.vaporm @@ -27,7 +27,6 @@ func Main [in 0, out 0, local 17] $a0 = $s6 $a1 = $s7 call $s5 - $s4 = $v0 $t0 = local[8] $t1 = local[9] $t2 = local[10] @@ -37,6 +36,7 @@ func Main [in 0, out 0, local 17] $t6 = local[14] $t7 = local[15] $t8 = local[16] + $s4 = $v0 $s7 = $s4 PrintIntS($s7 ) $s0 = local[0] |