diff --git a/Source/RSP/Recompiler CPU.c b/Source/RSP/Recompiler CPU.c index 15cc590b3..64fceaf66 100644 --- a/Source/RSP/Recompiler CPU.c +++ b/Source/RSP/Recompiler CPU.c @@ -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();