* src/vm/jit/x86_64/linux/md-os.c (md_signal_handler_sigsegv): Removed
authorChristian Thalinger <twisti@complang.tuwien.ac.at>
Mon, 1 Oct 2007 13:06:51 +0000 (15:06 +0200)
committerChristian Thalinger <twisti@complang.tuwien.ac.at>
Mon, 1 Oct 2007 13:06:51 +0000 (15:06 +0200)
debug output.

src/vm/jit/x86_64/linux/md-os.c

index da050b8da316734fb7534fa2439b66bd501ec306..a814540e73701878e9283f7235a21d92652ae512 100644 (file)
@@ -179,7 +179,6 @@ void md_signal_handler_sigsegv(int sig, siginfo_t *siginfo, void *_p)
                if (p == NULL) {
                        o = exceptions_get_and_clear_exception();
 
-                       log_println("compiler exception");
                        ra = ra - 3;                     /* XPC is before the actual call */
 
                        _mc->gregs[REG_RSP] = (uintptr_t) sp;    /* Remove RA from stack. */