fix some issues and warnings seen on ctr build
[pcsx_rearmed.git] / libpcsxcore / psxbios.c
index 16b48d9..8e993c3 100644 (file)
@@ -1065,7 +1065,7 @@ void psxBios_qsort() { // 0x31
 }
 
 void psxBios_malloc() { // 0x33
-       unsigned int *chunk, *newchunk = NULL;
+       u32 *chunk, *newchunk = NULL;
        unsigned int dsize = 0, csize, cstat;
        int colflag;
 #ifdef PSXBIOS_LOG