Implement BLR Overflow handling for Windows.

This commit is contained in:
Scott Mansell
2016-02-15 14:25:34 +13:00
parent b164b4c475
commit c5b3a2efac
7 changed files with 83 additions and 33 deletions

View File

@ -31,6 +31,7 @@ namespace JitInterface
// Memory Utilities
bool HandleFault(uintptr_t access_address, SContext* ctx);
bool HandleStackFault();
// Clearing CodeCache
void ClearCache();