[pypy-commit] pypy jit-targets: Update comment.

arigo noreply at buildbot.pypy.org
Sat Dec 10 16:25:30 CET 2011


Author: Armin Rigo <arigo at tunes.org>
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


More information about the pypy-commit mailing list