[RSP] This memset() should be able to cause exceptions.
This commit is contained in:
parent
3fcdae7d1c
commit
ff904a0f3e
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue