[prev in list] [next in list] [prev in thread] [next in thread] 

List:       sbcl-commits
Subject:    [Sbcl-commits] master: Fix style-warning
From:       Douglas Katzman via Sbcl-commits <sbcl-commits () lists ! sourceforge ! net>
Date:       2021-01-14 3:03:27
Message-ID: 1610593407.543090.19984 () sfp-scm-4 ! v30 ! lw ! sourceforge ! com
[Download RAW message or body]

The branch "master" has been updated in SBCL:
       via  47a2bf2b2bfe497dbd502366f177e02859be65c1 (commit)
      from  c67888d1a0c8f7eeae64ac60a8a2aa8a248e76fa (commit)

- Log -----------------------------------------------------------------
commit 47a2bf2b2bfe497dbd502366f177e02859be65c1
Author: Douglas Katzman <dougk@google.com>
Date:   Wed Jan 13 22:03:09 2021 -0500

    Fix style-warning
---
 src/compiler/x86/insts.lisp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/compiler/x86/insts.lisp b/src/compiler/x86/insts.lisp
index eb8272e74..edd298fea 100644
--- a/src/compiler/x86/insts.lisp
+++ b/src/compiler/x86/insts.lisp
@@ -2537,6 +2537,7 @@
 ;;; Return T if and only if the fixup needs to be recorded in %CODE-FIXUPS
 (defun fixup-code-object (code offset value kind flavor)
   (declare (type index offset))
+  #+sb-xc-host (declare (notinline code-object-size)) ; forward ref
   (sb-vm::with-code-instructions (sap code)
     (ecase kind
       (:absolute

-----------------------------------------------------------------------


hooks/post-receive
-- 
SBCL


_______________________________________________
Sbcl-commits mailing list
Sbcl-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sbcl-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic