mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-30 00:00:30 -05:00
33450c80c3
On error mmap returns MAP_FAILED(-1) not null. FreeBSD was checking the return correctly, Linux was not. This was noticed by triad attempting to run Dolphin under valgrind and not getting a memory space under the 2GB limit(Because -1 wraps around on unsigned obviously)