We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658320a commit 705f4c2Copy full SHA for 705f4c2
rsp/cp0.cpp
@@ -44,12 +44,14 @@ extern "C"
44
{
45
if (*rsp->cp0.cr[CP0_REGISTER_SP_SEMAPHORE])
46
47
+#ifdef PARALLEL_INTEGRATION
48
RSP::MFC0_count[rt] += 8; // Almost certainly waiting on the CPU. Timeout faster.
49
if (RSP::MFC0_count[rt] >= RSP::SP_STATUS_TIMEOUT)
50
51
*RSP::rsp.SP_STATUS_REG |= SP_STATUS_HALT;
52
return MODE_CHECK_FLAGS;
53
}
54
+#endif
55
56
else
57
*rsp->cp0.cr[CP0_REGISTER_SP_SEMAPHORE] = 1;
0 commit comments