about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--mu.arc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mu.arc b/mu.arc
index c441d2e5..16093149 100644
--- a/mu.arc
+++ b/mu.arc
@@ -295,7 +295,7 @@
     (list (cut instr 0 delim)  ; oargs
           (instr (+ delim 1))  ; op
           (cut instr (+ delim 2)))  ; args
-    (list nil instr.0 cdr.instr)))
+    (list nil car.instr cdr.instr)))
 
 ; operand accessors
 (def nondummy (operand)  ; precondition for helpers below