Define uintptr_t in the profiling sources on x86_64 FreeBSD in 32-bit mode

llvm-svn: 204799
This commit is contained in:
Viktor Kutuzov 2014-03-26 12:00:44 +00:00
parent 1f5984ca82
commit 9068dfa6a7
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#define PRIu64 "llu"
typedef unsigned int uint32_t;
typedef unsigned long long uint64_t;
typedef uint32_t uintptr_t;
#else /* defined(__FreeBSD__) && defined(__i386__) */