mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Fix warning on 64-bit machines
llvm-svn: 14902
This commit is contained in:
parent
36bf6aa37c
commit
2290ace94a
@ -75,7 +75,7 @@ static void* llvm_gc_alloc_slow(unsigned Size) {
|
||||
|
||||
|
||||
static void process_pointer(void **Root, void *Meta) {
|
||||
printf("process_root[0x%X] = 0x%X\n", (unsigned) Root, (unsigned) *Root);
|
||||
printf("process_root[0x%p] = 0x%p\n", (void*) Root, (void*) *Root);
|
||||
}
|
||||
|
||||
void llvm_gc_collect() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user