diff options
| author | Scott Mansell <phiren@gmail.com> | 2015-11-20 01:11:48 +1300 |
|---|---|---|
| committer | Scott Mansell <phiren@gmail.com> | 2015-11-20 01:11:48 +1300 |
| commit | 6082af77903a2bd69a2d358abe4eda1e7f8bdae6 (patch) | |
| tree | eda6920fb16bc4e4da79679a09d7d313744a136c /Source/UnitTests/Core | |
| parent | 2ca07f348534370611762cfff0e2eecdba460ed7 (diff) | |
| parent | 1a638175d24c6cf5eb4e2923a4f32de20f09b254 (diff) | |
Merge pull request #3273 from Sonicadvance1/enable_page_fault_test
Enable the page fault test on targets that aren't x86_64
Diffstat (limited to 'Source/UnitTests/Core')
| -rw-r--r-- | Source/UnitTests/Core/PageFaultTest.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/UnitTests/Core/PageFaultTest.cpp b/Source/UnitTests/Core/PageFaultTest.cpp index 002b5ec866..1dc0b4752d 100644 --- a/Source/UnitTests/Core/PageFaultTest.cpp +++ b/Source/UnitTests/Core/PageFaultTest.cpp @@ -12,7 +12,6 @@ // include order is important #include <gtest/gtest.h> // NOLINT -#if _M_X86_64 enum { #ifdef _WIN32 @@ -78,4 +77,3 @@ TEST(PageFault, PageFault) printf("HandleFault->end %llu ns\n", AS_NS(end - pfjit.m_post_unprotect_time)); printf("total %llu ns\n", AS_NS(end - start)); } -#endif |
