mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
Woops
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5156 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
d18ab50520
commit
529642de99
@ -62,7 +62,7 @@ void* AllocateExecutableMemory(size_t size, bool low)
|
||||
, -1, 0); // | MAP_FIXED
|
||||
// printf("Mapped executable memory at %p (size %i)\n", retval, size);
|
||||
|
||||
if ((u64)ptr >= 0x80000000)
|
||||
if ((u64)retval >= 0x80000000)
|
||||
{
|
||||
// Should only happen in 64bit OSX
|
||||
// Just a reminder, to show a OSX user that it may fail
|
||||
|
Loading…
Reference in New Issue
Block a user