mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
UnitTests: Skip PageFaultTest if exception handlers are not supported
Page faults should only occur on architectures that support exception handlers, so skip the test on other architectures to avoid spurious test failures.
This commit is contained in:
@ -7,4 +7,5 @@ namespace EMM
|
||||
{
|
||||
void InstallExceptionHandler();
|
||||
void UninstallExceptionHandler();
|
||||
bool IsExceptionHandlerSupported();
|
||||
} // namespace EMM
|
||||
|
Reference in New Issue
Block a user