Author: Armin Rigo <[email protected]>
Branch: reverse-debugger-updated
Changeset: r94563:f872fdab3c20
Date: 2018-05-14 11:38 +0200
http://bitbucket.org/pypy/pypy/changeset/f872fdab3c20/
Log: Fix
diff --git a/rpython/rtyper/llinterp.py b/rpython/rtyper/llinterp.py
--- a/rpython/rtyper/llinterp.py
+++ b/rpython/rtyper/llinterp.py
@@ -1242,8 +1242,8 @@
raise NotImplementedError
def op_revdb_dtoa(self, *args):
raise NotImplementedError
- def op_revdb_do_next_call(self, *args):
- raise NotImplementedError
+ def op_revdb_do_next_call(self):
+ pass
def op_revdb_set_thread_breakpoint(self, *args):
raise NotImplementedError
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit