about summary refs log tree commit diff stats
path: root/mu_instructions
diff options
context:
space:
mode:
Diffstat (limited to 'mu_instructions')
-rw-r--r--mu_instructions4
1 files changed, 2 insertions, 2 deletions
diff --git a/mu_instructions b/mu_instructions
index 7b2d53b3..6a450ec0 100644
--- a/mu_instructions
+++ b/mu_instructions
@@ -154,8 +154,8 @@ be provided in an earlier 'var' declaration.
 
 Address operations
 
-var/reg: (addr T) <- address var: T
-  => "8d/copy-address *(ebp+" var.stack-offset ") " reg "/r32"
+var/reg: (addr T) <- address var2: T
+  => "8d/copy-address *(ebp+" var2.stack-offset ") " reg "/r32"
 
 Array operations (TODO: bounds-checking)