core, fix libretro toolchain bug on wiiu

This commit is contained in:
kub 2021-11-15 21:25:25 +01:00
parent 404af43ddc
commit fb82e166c6

View file

@ -1182,7 +1182,7 @@ PICO_INTERNAL void PicoMemSetupCD(void)
// setup FAME fetchmap
{
#ifdef __clang__
#if defined __clang__ || defined HW_WUP
volatile // prevent strange relocs from clang
#endif
uptr ptr_ram = (uptr)PicoMem.ram;