[pypy-commit] pypy conditional_call_value: I don't know what this thing does anyway

fijal noreply at buildbot.pypy.org
Mon May 4 17:28:50 CEST 2015


Author: Maciej Fijalkowski <fijall at gmail.com>
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):


More information about the pypy-commit mailing list