Author: Armin Rigo <[email protected]>
Branch:
Changeset: r44592:5232aa29f10a
Date: 2011-05-30 16:42 +0200
http://bitbucket.org/pypy/pypy/changeset/5232aa29f10a/
Log: Comment.
diff --git a/pypy/jit/backend/x86/assembler.py
b/pypy/jit/backend/x86/assembler.py
--- a/pypy/jit/backend/x86/assembler.py
+++ b/pypy/jit/backend/x86/assembler.py
@@ -1102,6 +1102,8 @@
self.mc.MOV_bi(FORCE_INDEX_OFS, force_index)
return force_index
else:
+ # the return value is ignored, apart from the fact that it
+ # is not negative.
return 0
genop_int_neg = _unaryop("NEG")
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit