[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); StartTimer((DWORD)Timer_Compiling);
} }
__try {
memset(&RspCode, 0, sizeof(RspCode)); memset(&RspCode, 0, sizeof(RspCode));
__try {
BuildBranchLabels(); BuildBranchLabels();
DetectGPRConstants(&RspCode); DetectGPRConstants(&RspCode);
CompilerRSPBlock(); CompilerRSPBlock();