diff --git a/Source/Core/Common/Src/Thread.h b/Source/Core/Common/Src/Thread.h index ee678efc6a..f6fc7cc7ee 100644 --- a/Source/Core/Common/Src/Thread.h +++ b/Source/Core/Common/Src/Thread.h @@ -183,7 +183,7 @@ inline void YieldCPU() { #ifdef _WIN32 YieldProcessor(); -#else +#elif defined _POSIX_THREADS sched_yield(); #endif } diff --git a/Source/DSPSpy/tests/ld_test.ds b/Source/DSPSpy/tests/ld_test.ds index ce40559701..7d298185d3 100644 --- a/Source/DSPSpy/tests/ld_test.ds +++ b/Source/DSPSpy/tests/ld_test.ds @@ -17,7 +17,7 @@ lri $AX1.L, #0x64 nx'ld : $AX0.L, $AX1.L, @$AR2 call send_back ; 2 -lri $AR3, +lri $AR3, #0x0030 si @0x7fe0, #0x11 lri $AX0.L, #0x43 lri $AX1.L, #0x53