* src/vm/jit/x86_64/emit.c (emit_trap_compiler): Fixed comment.
authorChristian Thalinger <twisti@complang.tuwien.ac.at>
Mon, 1 Oct 2007 14:01:52 +0000 (16:01 +0200)
committerChristian Thalinger <twisti@complang.tuwien.ac.at>
Mon, 1 Oct 2007 14:01:52 +0000 (16:01 +0200)
src/vm/jit/x86_64/emit.c

index fe08a7f4127a25684533b95c6e6143412798cd95..d0f940a16124e8a2f4ba84ae2474f1ab1dd7e8ea 100644 (file)
@@ -435,9 +435,9 @@ void emit_exception_check(codegendata *cd, instruction *iptr)
 }
 
 
-/* emit_trap *******************************************************************
+/* emit_trap_compiler **********************************************************
 
-   Emit a JIT compiler trap instruction.
+   Emit a trap instruction which calls the JIT compiler.
 
 *******************************************************************************/