Merge pull request #3273 from Sonicadvance1/enable_page_fault_test

Enable the page fault test on targets that aren't x86_64
This commit is contained in:
Scott Mansell 2015-11-20 01:11:48 +13:00
commit 6082af7790
1 changed files with 0 additions and 2 deletions

View File

@ -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