[pypy-commit] pypy better-jit-hooks: oops

fijal noreply at buildbot.pypy.org
Thu Jan 5 22:58:28 CET 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: better-jit-hooks
Changeset: r51049:9e3906158e08
Date: 2012-01-05 23:57 +0200
http://bitbucket.org/pypy/pypy/changeset/9e3906158e08/

Log:	oops

diff --git a/pypy/rlib/jit.py b/pypy/rlib/jit.py
--- a/pypy/rlib/jit.py
+++ b/pypy/rlib/jit.py
@@ -745,7 +745,7 @@
         """
 
     def on_compile(self, jitdriver, logger, looptoken, operations, type,
-                   greenkey, asmaddr, asmlen):
+                   greenkey, ops_offset, asmaddr, asmlen):
         """ A hook called when loop is compiled. Overwrite
         for your own jitdriver if you want to do something special, like
         call applevel code.
@@ -758,7 +758,7 @@
         """
 
     def on_compile_bridge(self, jitdriver, logger, orig_looptoken, operations,
-                          fail_descr_no, asmaddr, asmlen):
+                          fail_descr_no, ops_offset, asmaddr, asmlen):
         """ A hook called when a bridge is compiled. Overwrite
         for your own jitdriver if you want to do something special
         """


More information about the pypy-commit mailing list