Author: Carl Friedrich Bolz <[email protected]>
Branch: guard-compatible
Changeset: r85431:3e20ab453a7c
Date: 2016-06-27 14:55 +0200
http://bitbucket.org/pypy/pypy/changeset/3e20ab453a7c/
Log: typo
diff --git a/rpython/jit/metainterp/compatible.py
b/rpython/jit/metainterp/compatible.py
--- a/rpython/jit/metainterp/compatible.py
+++ b/rpython/jit/metainterp/compatible.py
@@ -293,7 +293,7 @@
else:
assert rettype == VOID
# XXX maybe we should forbid this
- call_op = ResOperation(rop.CALL_PURE_R, args, descr)
+ call_op = ResOperation(rop.CALL_PURE_N, args, descr)
short.append(call_op)
return
# add result to call_pure_results
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit