Author: Armin Rigo <[email protected]>
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);
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit