Author: mattip <[email protected]>
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
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit