Author: Armin Rigo <[email protected]>
Branch: jit-targets
Changeset: r50347:6c2822188033
Date: 2011-12-10 16:25 +0100
http://bitbucket.org/pypy/pypy/changeset/6c2822188033/

Log:    Update comment.

diff --git a/pypy/jit/backend/x86/regalloc.py b/pypy/jit/backend/x86/regalloc.py
--- a/pypy/jit/backend/x86/regalloc.py
+++ b/pypy/jit/backend/x86/regalloc.py
@@ -1559,5 +1559,5 @@
     raise NotImplementedError(msg)
 
 # xxx hack: set a default value for TargetToken._x86_loop_code.
-# If -1, we know that it is a LABEL that was not compiled yet.
+# If 0, we know that it is a LABEL that was not compiled yet.
 TargetToken._x86_loop_code = 0
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to