mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-04-01 17:52:59 +02:00
mcd, fix type for memory setup (fixes LLP64 platforms)
This commit is contained in:
@@ -1185,7 +1185,7 @@ PICO_INTERNAL void PicoMemSetupCD(void)
|
||||
#ifdef __clang__
|
||||
volatile // prevent strange relocs from clang
|
||||
#endif
|
||||
unsigned long ptr_ram = (uptr)PicoMem.ram;
|
||||
uptr ptr_ram = (uptr)PicoMem.ram;
|
||||
int i;
|
||||
|
||||
// M68k
|
||||
|
||||
Reference in New Issue
Block a user