[pypy-commit] pypy vmprof-native: include to define some basics (such as intptr_t)

plan_rich pypy.commits at gmail.com
Thu Feb 9 09:10:42 EST 2017


Author: Richard Plangger <planrichi at gmail.com>
Branch: vmprof-native
Changeset: r90025:ac9fc28a42ac
Date: 2017-02-09 15:10 +0100
http://bitbucket.org/pypy/pypy/changeset/ac9fc28a42ac/

Log:	include to define some basics (such as intptr_t)

diff --git a/rpython/rlib/rvmprof/src/shared/vmprof_get_custom_offset.h b/rpython/rlib/rvmprof/src/shared/vmprof_get_custom_offset.h
--- a/rpython/rlib/rvmprof/src/shared/vmprof_get_custom_offset.h
+++ b/rpython/rlib/rvmprof/src/shared/vmprof_get_custom_offset.h
@@ -1,5 +1,7 @@
 #pragma once
 
+#include "vmprof.h"
+
 void *pypy_find_codemap_at_addr(long addr, long *start_addr);
 long pypy_yield_codemap_at_addr(void *codemap_raw, long addr,
                                 long *current_pos_addr);


More information about the pypy-commit mailing list