Author: Remi Meier <[email protected]>
Branch: stmgc-c4
Changeset: r67322:37ac9e5dd2d7
Date: 2013-10-11 13:31 +0200
http://bitbucket.org/pypy/pypy/changeset/37ac9e5dd2d7/

Log:    forgotten in last commit

diff --git a/rpython/jit/backend/x86/assembler.py 
b/rpython/jit/backend/x86/assembler.py
--- a/rpython/jit/backend/x86/assembler.py
+++ b/rpython/jit/backend/x86/assembler.py
@@ -705,7 +705,7 @@
                           frame_depth_no_fixed_size + JITFRAME_FIXED_SIZE)
         if logger:
             logger.log_bridge(inputargs, operations, "rewritten",
-                              ops_offset=ops_offset)
+                              ops_offset=ops_offset, descr=faildescr)
         self.fixup_target_tokens(rawstart)
         self.update_frame_depth(frame_depth)
         self.teardown()
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to