Author: mattip <matti.pi...@gmail.com>
Branch: vecopt-merge
Changeset: r80163:6c294a519052
Date: 2015-10-13 18:12 +0300
http://bitbucket.org/pypy/pypy/changeset/6c294a519052/

Log:    typo

diff --git a/rpython/jit/backend/detect_cpu.py 
b/rpython/jit/backend/detect_cpu.py
--- a/rpython/jit/backend/detect_cpu.py
+++ b/rpython/jit/backend/detect_cpu.py
@@ -83,7 +83,7 @@
                 result = MODEL_X86
             else:
                 result = MODEL_X86_NO_SSE2
-            if detect_feature.detect_x32_mode():
+            if feature.detect_x32_mode():
                 raise ProcessorAutodetectError(
                     'JITting in x32 mode is not implemented')
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to