diff --git a/Source/Core/Common/Src/MemoryUtil.cpp b/Source/Core/Common/Src/MemoryUtil.cpp index 338d62cb88..60689c1aa9 100644 --- a/Source/Core/Common/Src/MemoryUtil.cpp +++ b/Source/Core/Common/Src/MemoryUtil.cpp @@ -61,13 +61,6 @@ void* AllocateExecutableMemory(size_t size, bool low) #endif , -1, 0); // | MAP_FIXED // printf("Mapped executable memory at %p (size %i)\n", retval, size); - - if (((u64)retval >= 0x80000000) && low) - { - // Should only happen in 64bit OSX - // Just a reminder, to show a OSX user that it may fail - PanicAlert("Executable memory ended up above 2GB!"); - } if (!retval) {