[pypy-commit] pypy reverse-debugger: fix

arigo pypy.commits at gmail.com
Sun Jun 12 12:23:48 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: reverse-debugger
Changeset: r85108:7981f3915c95
Date: 2016-06-12 18:21 +0200
http://bitbucket.org/pypy/pypy/changeset/7981f3915c95/

Log:	fix

diff --git a/rpython/rlib/revdb.py b/rpython/rlib/revdb.py
--- a/rpython/rlib/revdb.py
+++ b/rpython/rlib/revdb.py
@@ -60,7 +60,7 @@
 # ____________________________________________________________
 
 
- at specialize.arg(1)
+ at specialize.arg(2)
 def _change_time(mode, time, callback, arg_string):
     callback_wrapper = _make_callback(callback)
     ll_callback = llhelper(_CALLBACK_ARG_FNPTR, callback_wrapper)


More information about the pypy-commit mailing list