Author: fijal
Branch: windows-vmprof-support
Changeset: r82184:21558c2ed75a
Date: 2016-02-12 16:58 +0100
http://bitbucket.org/pypy/pypy/changeset/21558c2ed75a/

Log:    I don't want to care for now

diff --git a/rpython/rlib/rvmprof/src/vmprof_main_win32.h 
b/rpython/rlib/rvmprof/src/vmprof_main_win32.h
--- a/rpython/rlib/rvmprof/src/vmprof_main_win32.h
+++ b/rpython/rlib/rvmprof/src/vmprof_main_win32.h
@@ -113,6 +113,7 @@
 
 long __stdcall vmprof_mainloop(void *arg)
 {   
+#ifndef RPYTHON_LL2CTYPES
     struct pypy_threadlocal_s *p;
     prof_stacktrace_s *stack = (prof_stacktrace_s*)malloc(SINGLE_BUF_SIZE);
     int depth;
@@ -140,6 +141,7 @@
         }
         _RPython_ThreadLocals_Release();
     }
+#endif
 }
 
 RPY_EXTERN
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to