summaryrefslogtreecommitdiffstats
path: root/genvmop.txr
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2019-10-25 07:50:51 -0700
committerKaz Kylheku <kaz@kylheku.com>2019-10-25 07:50:51 -0700
commitee5acb6757a4ed2ebda42cba25024d45d4d348a0 (patch)
treefb001d7761101054226703943ae087142de37d68 /genvmop.txr
parent00f5d2881b7a1b4daf91b80de60009d36182270e (diff)
downloadtxr-ee5acb6757a4ed2ebda42cba25024d45d4d348a0.tar.gz
txr-ee5acb6757a4ed2ebda42cba25024d45d4d348a0.tar.bz2
txr-ee5acb6757a4ed2ebda42cba25024d45d4d348a0.zip
genvmop: bugfix: unbound variable.
* genvmop.txr: The supposedly unused %oc-list% symbol macro that was removed from the assembler internals is in fact referenced here, causing a failure. We macro-replace this remaining instance of it by hand.
Diffstat (limited to 'genvmop.txr')
-rw-r--r--genvmop.txr2
1 files changed, 1 insertions, 1 deletions
diff --git a/genvmop.txr b/genvmop.txr
index 3149e4b8..fa1af41c 100644
--- a/genvmop.txr
+++ b/genvmop.txr
@@ -1,6 +1,6 @@
@(in-package :sys)
@(mdo (find-struct-type 'assembler))
-@(bind oc @(keep-if .code %oc-list%))
+@(bind oc @(keep-if .code %oc-list-builder%.(get)))
@(next "vm.h")
@(collect)
@{copyright}