[RSP] This memset() should be able to cause exceptions.

This commit is contained in:
unknown 2015-10-29 21:51:26 -04:00
parent 3fcdae7d1c
commit ff904a0f3e
1 changed files with 1 additions and 1 deletions

View File

@ -904,8 +904,8 @@ DWORD RunRecompilerCPU ( DWORD Cycles ) {
StartTimer((DWORD)Timer_Compiling);
}
memset(&RspCode, 0, sizeof(RspCode));
__try {
memset(&RspCode, 0, sizeof(RspCode));
BuildBranchLabels();
DetectGPRConstants(&RspCode);
CompilerRSPBlock();