Author: Matti Picus <[email protected]>
Branch:
Changeset: r96594:cd27c41c26b5
Date: 2019-05-10 16:47 -0700
http://bitbucket.org/pypy/pypy/changeset/cd27c41c26b5/
Log: typo
diff --git a/rpython/translator/c/gc.py b/rpython/translator/c/gc.py
--- a/rpython/translator/c/gc.py
+++ b/rpython/translator/c/gc.py
@@ -464,7 +464,7 @@
return '(char *)(%s) += sizeof(pypy_ss_t);' % (funcgen.gcpol_ss,)
def OP_GC_LEAVE_ROOTS_FRAME(self, funcgen, op):
- return 'char *)(%s) -= sizeof(pypy_ss_t);' % (funcgen.gcpol_ss,)
+ return (char *)(%s) -= sizeof(pypy_ss_t);' % (funcgen.gcpol_ss,)
def OP_GC_SAVE_ROOT(self, funcgen, op):
num = op.args[0].value
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit