less debug output to make twisti happy
authorjowenn <none@none>
Thu, 28 Apr 2005 12:34:39 +0000 (12:34 +0000)
committerjowenn <none@none>
Thu, 28 Apr 2005 12:34:39 +0000 (12:34 +0000)
src/vm/jit/x86_64/codegen.c

index ace921728823c3e2900492a63ea2f744ca8412f7..9592cf224e70f06818bf7b80773f3c57e29d79d2 100644 (file)
@@ -27,7 +27,7 @@
    Authors: Andreas Krall
             Christian Thalinger
 
-   $Id: codegen.c 2406 2005-04-28 12:19:06Z jowenn $
+   $Id: codegen.c 2407 2005-04-28 12:34:39Z jowenn $
 
 */
 
@@ -4753,11 +4753,11 @@ u1 *createnativestub(functionptr f, methodinfo *m)
                        x86_64_jmp_reg(cd, REG_ITMP3);
 
                        codegen_insertmethod((functionptr) cs, (functionptr) cd->mcodeptr);
-                       printf("codegen_insertmethod (nativestub) %p - %p\n",cs,cd->mcodeptr);
+                       /*printf("codegen_insertmethod (nativestub) %p - %p\n",cs,cd->mcodeptr);*/
                }
        }
 
-       printf("(nativestub) %s: %p - %p\n",m->name->text,cs,cd->mcodeptr);
+       /*printf("(nativestub) %s: %p - %p\n",m->name->text,cs,cd->mcodeptr);*/
 
        /* Check if the stub size is big enough to hold the whole stub generated. */
        /* If not, this can lead into unpredictable crashes, because of heap      */