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

Reply via email to