DSP crash on apple M1

Issue #415
This commit is contained in:
Flyinghead 2021-12-17 13:43:45 +01:00
parent 544c711fd7
commit 325cd9a066
1 changed files with 1 additions and 2 deletions

View File

@ -456,8 +456,7 @@ void recInit()
verify(vmem_platform_prepare_jit_block(DynCode, CodeSize, (void**)&pCodeBuffer));
#endif
#if defined(TARGET_IPHONE) || defined(TARGET_ARM_MAC)
if (DynCode == nullptr)
DynCode = pCodeBuffer;
DynCode = pCodeBuffer;
#endif
}