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

List:       sbcl-commits
Subject:    [Sbcl-commits] master: Fix 32-bit build - scav1() has no 'start' or 'n_words'
From:       "Douglas Katzman" <snuglas () users ! sourceforge ! net>
Date:       2017-03-27 23:01:20
Message-ID: 1490655681.79187.23356 () sfp-scm-5 ! v30 ! ch3 ! sourceforge ! com
[Download RAW message or body]

The branch "master" has been updated in SBCL:
       via  502f28cdb42b6db5146b9627455497afab73c910 (commit)
      from  a4b16e5ee235e7691ad14b5f520f3d09c1e3cf0e (commit)

- Log -----------------------------------------------------------------
commit 502f28cdb42b6db5146b9627455497afab73c910
Author: Douglas Katzman <dougk@google.com>
Date:   Mon Mar 27 19:00:38 2017 -0400

    Fix 32-bit build - scav1() has no 'start' or 'n_words'
---
 src/runtime/gc-common.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/runtime/gc-common.c b/src/runtime/gc-common.c
index 43e74c8..6329a19 100644
--- a/src/runtime/gc-common.c
+++ b/src/runtime/gc-common.c
@@ -147,8 +147,8 @@ static inline void scav1(lispobj* object_ptr, lispobj object)
     } else {
 #if (N_WORD_BITS == 32) && defined(LISP_FEATURE_GENCGC)
         if (forwarding_pointer_p(object_ptr))
-          lose("unexpected forwarding pointer in scavenge: %p, start=%p, n=%ld\n",
-               object_ptr, start, n_words);
+          lose("unexpected forwarding pointer in scavenge @ %p\n",
+               object_ptr);
 #endif
         /* It points somewhere other than oldspace. Leave it
          * alone. */

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


hooks/post-receive
-- 
SBCL

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
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