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