[pypy-svn] pypy jit-lsprofile: dance dance dance

fijal commits-noreply at bitbucket.org
Thu Apr 7 09:33:21 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: jit-lsprofile
Changeset: r43190:c397a4d279f1
Date: 2011-04-07 09:32 +0200
http://bitbucket.org/pypy/pypy/changeset/c397a4d279f1/

Log:	dance dance dance

diff --git a/pypy/translator/c/src/debug_print.h b/pypy/translator/c/src/debug_print.h
--- a/pypy/translator/c/src/debug_print.h
+++ b/pypy/translator/c/src/debug_print.h
@@ -41,6 +41,8 @@
 
 /* implementations */
 
+#define OP_LL_READ_TIMESTAMP(val) READ_TIMESTAMP(val)
+
 #ifndef PYPY_NOT_MAIN_FILE
 #include <string.h>
 
@@ -102,9 +104,6 @@
     pypy_debug_open();
 }
 
-
-#define OP_LL_READ_TIMESTAMP(val) READ_TIMESTAMP(val)
-
 #ifndef READ_TIMESTAMP
 /* asm_xxx.h may contain a specific implementation of READ_TIMESTAMP.
  * This is the default generic timestamp implementation.


More information about the Pypy-commit mailing list