From 8f04ba1787820638e779f6cf03e79a1f4ba809c5 Mon Sep 17 00:00:00 2001 From: twisti Date: Fri, 29 Apr 2005 19:29:17 +0000 Subject: [PATCH] Removed debug output, sync code works, checked on c4. --- src/vm/jit/x86_64/patcher.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/vm/jit/x86_64/patcher.c b/src/vm/jit/x86_64/patcher.c index 33478b9d7..4a7e01982 100644 --- a/src/vm/jit/x86_64/patcher.c +++ b/src/vm/jit/x86_64/patcher.c @@ -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 */ -- 2.25.1