Fix dspspy, typo in ld_Test

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3843 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2009-07-19 07:21:29 +00:00
parent 9d90f1868c
commit ad440b9e47
2 changed files with 2 additions and 2 deletions

View File

@ -183,7 +183,7 @@ inline void YieldCPU()
{ {
#ifdef _WIN32 #ifdef _WIN32
YieldProcessor(); YieldProcessor();
#else #elif defined _POSIX_THREADS
sched_yield(); sched_yield();
#endif #endif
} }

View File

@ -17,7 +17,7 @@ lri $AX1.L, #0x64
nx'ld : $AX0.L, $AX1.L, @$AR2 nx'ld : $AX0.L, $AX1.L, @$AR2
call send_back ; 2 call send_back ; 2
lri $AR3, lri $AR3, #0x0030
si @0x7fe0, #0x11 si @0x7fe0, #0x11
lri $AX0.L, #0x43 lri $AX0.L, #0x43
lri $AX1.L, #0x53 lri $AX1.L, #0x53