aboutsummaryrefslogtreecommitdiff
path: root/src/interp/lisp-backend.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/lisp-backend.boot')
-rw-r--r--src/interp/lisp-backend.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/lisp-backend.boot b/src/interp/lisp-backend.boot
index 722fa9b0..76f1a663 100644
--- a/src/interp/lisp-backend.boot
+++ b/src/interp/lisp-backend.boot
@@ -843,8 +843,8 @@ massageBackendCode x ==
-- temporarily have TRACELET report MAKEPROPs.
if (u := first x) = "MAKEPROP" and $TRACELETFLAG then
x.op := "MAKEPROP-SAY"
- u in '(DCQ SPADLET SETQ %LET) =>
- if u in '(SPADLET %LET) then
+ u in '(DCQ SETQ %LET) =>
+ if u = '%LET then
if x.args is [y,.] and ident? y then
x.op := "SETQ"
else