mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 13:01:27 +12:00
Fix overlapping addresses returned by mmap
This commit is contained in:
parent
23788b04c6
commit
ce9024efc5
2 changed files with 8 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
#include "util/v128.hpp"
|
||||
#include "util/simd.hpp"
|
||||
|
||||
#if defined(__linux__) || defined(__APPLE__)
|
||||
#ifdef __linux__
|
||||
#include <unistd.h>
|
||||
#define CAN_OVERCOMMIT
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue