aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-spec1.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/i-spec1.boot')
-rw-r--r--src/interp/i-spec1.boot6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interp/i-spec1.boot b/src/interp/i-spec1.boot
index 1a210e38..e7ea5044 100644
--- a/src/interp/i-spec1.boot
+++ b/src/interp/i-spec1.boot
@@ -1084,9 +1084,9 @@ upRecordConstruct(op,l,tar) ==
for arg in l for ['_:,.,type] in types]
len := #l
code :=
- (len = 1) => ["CONS", :argCode, '()]
- (len = 2) => ["CONS",:argCode]
- ['VECTOR,:argCode]
+ (len = 1) => ['%listlit,:argCode]
+ (len = 2) => ['%makepair,:argCode]
+ ['%veclit,:argCode]
putValue(op,object(code,tar))
putModeSet(op,[tar])