master: Don't forget NIL
snuglas via Sbcl-commits <[email protected]>
| Newsgroups | gmane.lisp.steel-bank.cvs |
|---|---|
| Message-ID | <[email protected]> |
The branch "master" has been updated in SBCL:
via c41011cb52eb089b3edf219a871224afcfb8a122 (commit)
from 5c06950e50aab8fecd3821112309629655d9e329 (commit)
- Log -----------------------------------------------------------------
commit c41011cb52eb089b3edf219a871224afcfb8a122
Author: Douglas Katzman <[email protected]>
Date: Sat Apr 18 22:00:21 2026 -0400
Don't forget NIL
---
src/compiler/x86-64/target-insts.lisp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/compiler/x86-64/target-insts.lisp b/src/compiler/x86-64/target-insts.lisp
index f1d7edb1c..8c1717b91 100644
--- a/src/compiler/x86-64/target-insts.lisp
+++ b/src/compiler/x86-64/target-insts.lisp
@@ -383,6 +383,7 @@
(awhen (seg-code (dstate-segment dstate))
(sb-disassem::points-to-code-constant-p addr it)))
(ecase width
+ ((nil) nil)
(:qword (sap-ref-word (int-sap addr) 0))
(:dword (sap-ref-32 (int-sap addr) 0)))))
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL