[pypy-commit] pypy vecopt-merge: typo

mattip noreply at buildbot.pypy.org
Tue Oct 13 17:12:09 CEST 2015


Author: mattip <matti.picus at 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')
 


More information about the pypy-commit mailing list