Removed debug output, sync code works, checked on c4.
authortwisti <none@none>
Fri, 29 Apr 2005 19:29:17 +0000 (19:29 +0000)
committertwisti <none@none>
Fri, 29 Apr 2005 19:29:17 +0000 (19:29 +0000)
src/vm/jit/x86_64/patcher.c

index 33478b9d755d5f26f472bd94108201472cdf5d92..4a7e01982e8e30a13a1a1d0863ae486283f782b2 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: patcher.c 2412 2005-04-29 15:22:08Z twisti $
+   $Id: patcher.c 2418 2005-04-29 19:29:17Z twisti $
 
 */
 
@@ -81,9 +81,7 @@ bool patcher_get_putstatic(u1 *sp)
 #if defined(USE_THREADS)
        /* enter a monitor on the patching position */
 
-       printf("monitorenter before: %p\n", THREADOBJECT);
        builtin_monitorenter(o);
-       printf("monitorenter after : %p\n", THREADOBJECT);
 
        /* check if the position has already been patched */