diff options
| author | Markus Wick <degasus@users.noreply.github.com> | 2016-10-31 12:57:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-31 12:57:03 +0100 |
| commit | 2afa877119b0914afdd7d99e7b31df1760f49413 (patch) | |
| tree | 77f821594b74b36a5e7db1db6c208e038376230a /Source/Core/Common/MemoryUtil.cpp | |
| parent | f1dc6c310644b75f868e450db919a47958afd438 (diff) | |
| parent | 1233697b2f1e57e1fc6981aaec112c2bd3b5076d (diff) | |
Merge pull request #4376 from leoetlino/warning-fix
Warning fixes
Diffstat (limited to 'Source/Core/Common/MemoryUtil.cpp')
| -rw-r--r-- | Source/Core/Common/MemoryUtil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/MemoryUtil.cpp b/Source/Core/Common/MemoryUtil.cpp index 0c079a15b3..2b1ed11d18 100644 --- a/Source/Core/Common/MemoryUtil.cpp +++ b/Source/Core/Common/MemoryUtil.cpp @@ -33,7 +33,7 @@ namespace Common { -#if !defined(_WIN32) +#if !defined(_WIN32) && defined(_M_X86_64) && !defined(MAP_32BIT) #include <unistd.h> static uintptr_t RoundPage(uintptr_t addr) { |
