master: Fix typo
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 4f0efb07bc1ea55374216c0896febbabcb47eeb2 (commit)
from b3b9f0efa2eda1f4d04ab7dfdb7c630bc96dd0df (commit)
- Log -----------------------------------------------------------------
commit 4f0efb07bc1ea55374216c0896febbabcb47eeb2
Author: Douglas Katzman <[email protected]>
Date: Mon Aug 17 02:55:35 2026 +0000
Fix typo
---
src/compiler/mips/system.lisp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/compiler/mips/system.lisp b/src/compiler/mips/system.lisp
index 719c0023c..fffdc8ea9 100644
--- a/src/compiler/mips/system.lisp
+++ b/src/compiler/mips/system.lisp
@@ -78,7 +78,7 @@
(:temporary (:sc unsigned-reg) this-id test-id)
(:generator 4
(inst lw test-id sb-vm::code-tn (register-inline-constant :layout-id test-layout))
- (inst lw this-id x (layout-id test-layout))
+ (inst lw this-id x (layout-id-offset test-layout))
(inst* (if not-p 'bne 'beq) this-id test-id target)
(inst nop)))
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL