diff options
author | bd-912 <bdunahu@colostate.edu> | 2024-04-27 15:13:19 -0600 |
---|---|---|
committer | bd-912 <bdunahu@colostate.edu> | 2024-04-27 15:13:19 -0600 |
commit | 52ee644979315eb566949629a9e301bd9db70656 (patch) | |
tree | dc6628ecd63137d4aa1b1c67f759774e1eea667c /output/ex41.vaporm | |
parent | c1d57f46c0eb74fbea90db8df8b42dc3ac8c31d5 (diff) |
RevisterAlloc Fixed expired intervals not removed from active
Diffstat (limited to 'output/ex41.vaporm')
-rw-r--r-- | output/ex41.vaporm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/output/ex41.vaporm b/output/ex41.vaporm index 78f1ba0..ad9726c 100644 --- a/output/ex41.vaporm +++ b/output/ex41.vaporm @@ -80,13 +80,13 @@ while10_body: goto :while10_test while10_end: $s4 = $s7 - $s3 = 1 - $s5 = Add($s4 $s3 ) - $s7 = $s5 + $s5 = 1 + $s3 = Add($s4 $s5 ) + $s7 = $s3 goto :while5_test while5_end: - $s5 = $s6 - $v0 = $s5 + $s3 = $s6 + $v0 = $s3 $s0 = local[0] $s1 = local[1] $s2 = local[2] |