Author: Armin Rigo <ar...@tunes.org> Branch: stm Changeset: r47728:8fa1184ad191 Date: 2011-09-27 22:08 +0200 http://bitbucket.org/pypy/pypy/changeset/8fa1184ad191/
Log: Improve comment. diff --git a/pypy/translator/stm/rstm.py b/pypy/translator/stm/rstm.py --- a/pypy/translator/stm/rstm.py +++ b/pypy/translator/stm/rstm.py @@ -8,7 +8,7 @@ size_of_voidp = rffi.sizeof(rffi.VOIDP) assert size_of_voidp & (size_of_voidp - 1) == 0 -assert sys.byteorder == 'little' # xxx fix here and in funcgen.py +assert sys.byteorder == 'little' # xxx fix here, in funcgen.py, and in et.c def stm_getfield(structptr, fieldname): _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit