Author: Maciej Fijalkowski <[email protected]>
Branch: conditional_call_value
Changeset: r77041:86978e1eff22
Date: 2015-05-04 17:28 +0200
http://bitbucket.org/pypy/pypy/changeset/86978e1eff22/
Log: I don't know what this thing does anyway
diff --git a/rpython/rlib/jit.py b/rpython/rlib/jit.py
--- a/rpython/rlib/jit.py
+++ b/rpython/rlib/jit.py
@@ -1155,8 +1155,7 @@
import pdb
pdb.set_trace()
s_result = self.bookkeeper.emulate_pbc_call(
- self.bookkeeper.position_key, args_s[1], args_s[3:],
- callback=args_s[1])
+ self.bookkeeper.position_key, args_s[1], args_s[3:])
return s_result
def specialize_call(self, hop):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit