[pypy-commit] stmgc c8-marker: Change the signature: the format changed

arigo noreply at buildbot.pypy.org
Sun Mar 8 19:48:36 CET 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: c8-marker
Changeset: r1700:e3079f525e1a
Date: 2015-03-08 19:39 +0100
http://bitbucket.org/pypy/stmgc/changeset/e3079f525e1a/

Log:	Change the signature: the format changed

diff --git a/c8/stm/prof.c b/c8/stm/prof.c
--- a/c8/stm/prof.c
+++ b/c8/stm/prof.c
@@ -58,7 +58,7 @@
     if (profiling_file == NULL)
         return false;
 
-    fwrite("STMGC-C7-PROF01\n", 16, 1, profiling_file);
+    fwrite("STMGC-C8-PROF01\n", 16, 1, profiling_file);
     stmcb_timing_event = _stm_profiling_event;
     return true;
 }


More information about the pypy-commit mailing list