[pypy-commit] stmgc c8-marker: fix

arigo noreply at buildbot.pypy.org
Sun Mar 8 18:45:17 CET 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: c8-marker
Changeset: r1697:f74408440140
Date: 2015-03-08 18:45 +0100
http://bitbucket.org/pypy/stmgc/changeset/f74408440140/

Log:	fix

diff --git a/c8/stm/prof.c b/c8/stm/prof.c
--- a/c8/stm/prof.c
+++ b/c8/stm/prof.c
@@ -46,7 +46,7 @@
     }
 }
 
-static int default_expand_marker(stm_loc_marker_t *m, char *p, int s)
+static int default_expand_marker(char *b, stm_loc_marker_t *m, char *p, int s)
 {
     *(uintptr_t *)p = m->odd_number;
     return sizeof(uintptr_t);


More information about the pypy-commit mailing list