mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
@ -80,7 +80,7 @@ ARM::~ARM()
|
||||
ARMv5::ARMv5() : ARM(0)
|
||||
{
|
||||
#ifndef JIT_ENABLED
|
||||
DTCM = new u8[DTCMSize];
|
||||
DTCM = new u8[DTCMPhysicalSize];
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user