diff options
| author | Ryan Houdek <Sonicadvance1@gmail.com> | 2015-06-07 22:44:13 -0500 |
|---|---|---|
| committer | Ryan Houdek <Sonicadvance1@gmail.com> | 2015-06-07 22:44:13 -0500 |
| commit | 59e2225f7d81275a96e541c22a4df53bd361ff6d (patch) | |
| tree | f5ce0deb0587c1d4f7ac551c716504f3dc65be9a /Source/UnitTests/Core/PageFaultTest.cpp | |
| parent | 499478bcadfd34f986d2e7d4e2a1594d6cdd40a4 (diff) | |
Remove ARMv7 support.
Diffstat (limited to 'Source/UnitTests/Core/PageFaultTest.cpp')
| -rw-r--r-- | Source/UnitTests/Core/PageFaultTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/UnitTests/Core/PageFaultTest.cpp b/Source/UnitTests/Core/PageFaultTest.cpp index d2f97fe119..002b5ec866 100644 --- a/Source/UnitTests/Core/PageFaultTest.cpp +++ b/Source/UnitTests/Core/PageFaultTest.cpp @@ -12,7 +12,7 @@ // include order is important #include <gtest/gtest.h> // NOLINT -#if _M_X86_64 || _M_ARM_32 +#if _M_X86_64 enum { #ifdef _WIN32 |
