From ad440b9e47a866ec648496439e3c801d8615fb77 Mon Sep 17 00:00:00 2001 From: nakeee Date: Sun, 19 Jul 2009 07:21:29 +0000 Subject: [PATCH] Fix dspspy, typo in ld_Test git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3843 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Common/Src/Thread.h | 2 +- Source/DSPSpy/tests/ld_test.ds | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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