[pypy-commit] stmgc marker: Fix

arigo noreply at buildbot.pypy.org
Sun Apr 20 10:11:38 CEST 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: marker
Changeset: r1173:a4c30401045f
Date: 2014-04-20 10:09 +0200
http://bitbucket.org/pypy/stmgc/changeset/a4c30401045f/

Log:	Fix

diff --git a/c7/demo/demo2.c b/c7/demo/demo2.c
--- a/c7/demo/demo2.c
+++ b/c7/demo/demo2.c
@@ -44,7 +44,7 @@
     visit((object_t **)&n->next);
 }
 
-static void expand_marker(uintptr_t odd_number,
+static void expand_marker(char *base, uintptr_t odd_number,
                           object_t *following_object,
                           char *outputbuf, size_t outputbufsize)
 {


More information about the pypy-commit mailing list