mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-14 00:09:24 +01:00
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:
commit
6082af7790
@ -12,7 +12,6 @@
|
|||||||
// include order is important
|
// include order is important
|
||||||
#include <gtest/gtest.h> // NOLINT
|
#include <gtest/gtest.h> // NOLINT
|
||||||
|
|
||||||
#if _M_X86_64
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
@ -78,4 +77,3 @@ TEST(PageFault, PageFault)
|
|||||||
printf("HandleFault->end %llu ns\n", AS_NS(end - pfjit.m_post_unprotect_time));
|
printf("HandleFault->end %llu ns\n", AS_NS(end - pfjit.m_post_unprotect_time));
|
||||||
printf("total %llu ns\n", AS_NS(end - start));
|
printf("total %llu ns\n", AS_NS(end - start));
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user