Author: Armin Rigo <[email protected]>
Branch: reverse-debugger
Changeset: r86942:5a7baf69f279
Date: 2016-09-07 17:31 +0200
http://bitbucket.org/pypy/pypy/changeset/5a7baf69f279/
Log: fix, basic test passes
diff --git a/rpython/translator/revdb/src-revdb/revdb.c
b/rpython/translator/revdb/src-revdb/revdb.c
--- a/rpython/translator/revdb/src-revdb/revdb.c
+++ b/rpython/translator/revdb/src-revdb/revdb.c
@@ -1902,7 +1902,7 @@
/* when recording, this call to next_dead() returned NULL */
return NULL;
- case 0xEE:
+ case 0xEC:
/* when recording, this call to next_dead() didn't return NULL */
break;
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit