Author: Richard Plangger <[email protected]>
Branch: 
Changeset: r85859:cf8cdcde2343
Date: 2016-07-25 17:44 +0200
http://bitbucket.org/pypy/pypy/changeset/cf8cdcde2343/

Log:    that should do, only catched the issue in trace_abort, not write
        trace

diff --git a/rpython/rlib/rjitlog/rjitlog.py b/rpython/rlib/rjitlog/rjitlog.py
--- a/rpython/rlib/rjitlog/rjitlog.py
+++ b/rpython/rlib/rjitlog/rjitlog.py
@@ -437,7 +437,7 @@
     def write(self, args, ops, ops_offset={}):
         log = self.logger
         tid = self.logger.trace_id
-        log._write_marked(self.tag, encode_le_64bit(tid))
+        log._write_marked(self.tag, encode_le_addr(tid))
 
         # input args
         str_args = [self.var_to_str(arg) for arg in args]
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to