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/ex49.vaporm | |
parent | dfcf11cb8d7f28acad505c2785831424c38554b8 (diff) |
Move VaporizeVisitor VCall return store to AFTER restoring locals
Diffstat (limited to 'output/ex49.vaporm')
-rw-r--r-- | output/ex49.vaporm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/output/ex49.vaporm b/output/ex49.vaporm index 185ff18..5a72e0c 100644 --- a/output/ex49.vaporm +++ b/output/ex49.vaporm @@ -29,7 +29,6 @@ func Main [in 0, out 0, local 17] local[16] = $t8 $a0 = $s6 call $s5 - $s7 = $v0 $t0 = local[8] $t1 = local[9] $t2 = local[10] @@ -39,6 +38,7 @@ func Main [in 0, out 0, local 17] $t6 = local[14] $t7 = local[15] $t8 = local[16] + $s7 = $v0 $s5 = $s7 PrintIntS($s5 ) $s0 = local[0] |