master: Remove stray line noticed by reviewer
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 141be5be0d697ae3e246a1aeea75dc77327e6c2f (commit)
from 5f3bf0b9e4083e0b626aedfcdf7014f9bb2a25ae (commit)
- Log -----------------------------------------------------------------
commit 141be5be0d697ae3e246a1aeea75dc77327e6c2f
Author: Douglas Katzman <[email protected]>
Date: Tue Apr 7 11:12:12 2026 -0400
Remove stray line noticed by reviewer
---
src/compiler/x86-64/cell.lisp | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/compiler/x86-64/cell.lisp b/src/compiler/x86-64/cell.lisp
index 10029ee37..cb6e84255 100644
--- a/src/compiler/x86-64/cell.lisp
+++ b/src/compiler/x86-64/cell.lisp
@@ -89,7 +89,6 @@
;; symbol-write-barrier includes the special case for #+permgen
(emit-symbol-write-barrier vop object rax newval-tn-ref)
(emit-gengc-barrier object nil rax newval-tn-ref))
- (emit-gengc-barrier object nil rax newval-tn-ref)
(move rax old)
(inst cmpxchg :lock (ea (- (* offset n-word-bytes) lowtag) object) new))))
(move result rax)))
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL