Author: Alex Gaynor <[email protected]>
Branch: on-abort-resops
Changeset: r64403:e16fef663d9a
Date: 2013-05-21 13:51 -0700
http://bitbucket.org/pypy/pypy/changeset/e16fef663d9a/

Log:    trnaslation fix

diff --git a/rpython/jit/metainterp/pyjitpl.py 
b/rpython/jit/metainterp/pyjitpl.py
--- a/rpython/jit/metainterp/pyjitpl.py
+++ b/rpython/jit/metainterp/pyjitpl.py
@@ -1877,7 +1877,7 @@
                                                           jd_sd.jitdriver,
                                                           greenkey,
                                                           
jd_sd.warmstate.get_location_str(greenkey),
-                                                          
self.staticdata.logger_ops,
+                                                          
self.staticdata.logger_ops._make_log_operations(),
                                                           
self.history.operations)
         self.staticdata.stats.aborted()
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to