From c979c3ee0d0bc6bece799a6f4013993d7cb2d5f3 Mon Sep 17 00:00:00 2001 From: notaz Date: Thu, 13 Sep 2012 02:43:13 +0300 Subject: silence some 64bit related warnings still need to fix savestate compat --- libpcsxcore/psxbios.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpcsxcore') diff --git a/libpcsxcore/psxbios.c b/libpcsxcore/psxbios.c index e4fcad3..81a40aa 100644 --- a/libpcsxcore/psxbios.c +++ b/libpcsxcore/psxbios.c @@ -939,7 +939,7 @@ void psxBios_InitHeap() { // 0x39 heap_end = (u32 *)((u8 *)heap_addr + size); *heap_addr = SWAP32(size | 1); - SysPrintf("InitHeap %x,%x : %x %x\n",a0,a1, (uptr)heap_addr-(uptr)psxM, size); + SysPrintf("InitHeap %x,%x : %x %x\n",a0,a1, (int)((uptr)heap_addr-(uptr)psxM), size); pc0 = ra; } -- cgit v1.2.3