mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-06 12:16:59 +00:00
Use uintptr_t for pointer values in the ExecutionEngine.
llvm-svn: 10425
This commit is contained in:
parent
7e09b6d2a7
commit
a7db493d85
@ -19,7 +19,7 @@
|
||||
|
||||
namespace llvm {
|
||||
|
||||
typedef uint64_t PointerTy;
|
||||
typedef uintptr_t PointerTy;
|
||||
|
||||
union GenericValue {
|
||||
bool BoolVal;
|
||||
|
Loading…
x
Reference in New Issue
Block a user