Author: David Schneider <[email protected]>
Branch: arm-backend-2
Changeset: r50964:23a8ffceb879
Date: 2011-12-30 17:11 +0100
http://bitbucket.org/pypy/pypy/changeset/23a8ffceb879/
Log: fix indentation error
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
@@ -466,7 +466,7 @@
while mc.get_relative_pos() < self.min_bytes_before_label:
mc.NOP()
- def loc(self, v):
+ def loc(self, v):
if v is None: # xxx kludgy
return None
if v.type == FLOAT:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit