mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-29 14:42:01 +00:00
Eliminate warnings
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13704 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2b83af553a
commit
86f238230b
@ -86,7 +86,7 @@ static void* llvm_gc_alloc_slow(unsigned Size) {
|
||||
|
||||
|
||||
static void process_root(void **Root, void *Meta) {
|
||||
printf("process_root[0x%X] = 0x%X\n", Root, *Root);
|
||||
printf("process_root[0x%X] = 0x%X\n", (unsigned) Root, (unsigned) *Root);
|
||||
}
|
||||
|
||||
void llvm_gc_collect() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user