about summary refs log tree commit diff stats
path: root/408print-float.mu
diff options
context:
space:
mode:
Diffstat (limited to '408print-float.mu')
-rw-r--r--408print-float.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/408print-float.mu b/408print-float.mu
index 67e46f03..d98880ac 100644
--- a/408print-float.mu
+++ b/408print-float.mu
@@ -162,10 +162,10 @@ $print-float:body: {
 }
 }
 
-#? fn main -> r/ebx: int {
+#? fn main -> _/ebx: int {
 #?   run-tests
 #? #?   test-print-float-negative-zero
 #? #?   print-int32-hex 0, 0
 #? #?   test-print-float-normal
-#?   r <- copy 0
+#?   return 0
 #? }