Author: Matti Picus <[email protected]>
Branch: non-linux-vmprof-stacklet-switch-2
Changeset: r93482:80316b2e779f
Date: 2017-12-19 11:26 +0200
http://bitbucket.org/pypy/pypy/changeset/80316b2e779f/

Log:    try to fix translation for non-linux

diff --git a/rpython/rlib/rvmprof/rvmprof.py b/rpython/rlib/rvmprof/rvmprof.py
--- a/rpython/rlib/rvmprof/rvmprof.py
+++ b/rpython/rlib/rvmprof/rvmprof.py
@@ -210,6 +210,7 @@
         try:
             _get_vmprof()
         except cintf.VMProfPlatformUnsupported:
+            func.c_name = '__vmprof_eval_vmprof'
             return func
 
         @jit.oopspec("rvmprof.jitted(unique_id)")
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to