1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Eliminate warnings

llvm-svn: 13704
This commit is contained in:
Alkis Evlogimenos 2004-05-23 23:02:35 +00:00
parent cedf6db567
commit 1790a73dc5

View File

@ -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() {