Author: Antonio Cuni <[email protected]>
Branch: fix-vmprof-stacklet-switch-2
Changeset: r93494:41babd8886fa
Date: 2017-12-19 17:48 +0100
http://bitbucket.org/pypy/pypy/changeset/41babd8886fa/
Log: this is the correct string for 32bit intel
diff --git a/rpython/rlib/rvmprof/cintf.py b/rpython/rlib/rvmprof/cintf.py
--- a/rpython/rlib/rvmprof/cintf.py
+++ b/rpython/rlib/rvmprof/cintf.py
@@ -15,7 +15,7 @@
pass
# vmprof works only on x86 for now
-IS_SUPPORTED = host_platform.machine() in ('x86', 'x86_64')
+IS_SUPPORTED = host_platform.machine() in ('i686', 'x86_64')
ROOT = py.path.local(rpythonroot).join('rpython', 'rlib', 'rvmprof')
SRC = ROOT.join('src')
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit