mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Fix warning on 64-bit machines
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14902 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bebde759e5
commit
66291f39be
@ -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