about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-12-14 08:34:43 -0800
committerKartik K. Agaram <vc@akkartik.com>2014-12-14 08:34:43 -0800
commitb87a623b5764637da1d3d7dff06f22fedcf8a7d4 (patch)
treea485e1cd76f4769103162c07e1bb9ec8034af57e
parentad0bdc3e4f58e8ffa54f34fc50d34f4ce2a418bb (diff)
downloadmu-b87a623b5764637da1d3d7dff06f22fedcf8a7d4.tar.gz
423
-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