Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r90681:8492cccac927
Date: 2017-03-14 12:55 +0100
http://bitbucket.org/pypy/pypy/changeset/8492cccac927/

Log:    S is the Sign flag

diff --git a/rpython/jit/backend/x86/assembler.py 
b/rpython/jit/backend/x86/assembler.py
--- a/rpython/jit/backend/x86/assembler.py
+++ b/rpython/jit/backend/x86/assembler.py
@@ -2271,7 +2271,7 @@
         # if GCFLAG_CARDS_SET, then we can just set one bit and be done
         if card_marking:
             # GCFLAG_CARDS_SET is in this byte at 0x80, so this fact can
-            # been checked by the status flags of the previous TEST8
+            # been checked by the sign flags of the previous TEST8
             js_location = mc.emit_forward_jump('S')   # patched later
         else:
             js_location = 0
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to