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
YieldProcessor();
#else
#elif defined _POSIX_THREADS
sched_yield();
#endif
}