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

List:       sbcl-commits
Subject:    [Sbcl-commits] master: gencgc: i in add_new_area needs to be signed
From:       "Nikodemus Siivola" <demoss () users ! sourceforge ! net>
Date:       2012-04-27 18:05:55
Message-ID: E1SNpYM-0006do-OV () sfs-ml-3 ! v29 ! ch3 ! sourceforge ! com
[Download RAW message or body]

The branch "master" has been updated in SBCL:
       via  1a104ef55bd86cd3cb2730d23c92c5e3ca6e41f5 (commit)
      from  b618971f9c32b6bcf560f3fae88fab35d51f8d3b (commit)

- Log -----------------------------------------------------------------
commit 1a104ef55bd86cd3cb2730d23c92c5e3ca6e41f5
Author: Nikodemus Siivola <nikodemus@sb-studio.net>
Date:   Fri Apr 27 20:48:00 2012 +0300

    gencgc: i in add_new_area needs to be signed
    
      Regression from 7be8d1462a207bda809cd7553c5d76c6ebc4dda2,
      broke finalize.test.sh on x86 builds.
    
      Fixes lp#989958.
---
 src/runtime/gencgc.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/runtime/gencgc.c b/src/runtime/gencgc.c
index f0b9c13..6decdde 100644
--- a/src/runtime/gencgc.c
+++ b/src/runtime/gencgc.c
@@ -917,7 +917,8 @@ size_t max_new_areas;
 static void
 add_new_area(page_index_t first_page, size_t offset, size_t size)
 {
-    size_t new_area_start, c, i;
+    size_t new_area_start, c;
+    ssize_t i;
 
     /* Ignore if full. */
     if (new_areas_index >= NUM_NEW_AREAS)

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


hooks/post-receive
-- 
SBCL

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
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