warning fix

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1207 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2008-11-18 08:58:31 +00:00
parent fc97253e0c
commit db6f69c010
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ THREAD_RETURN GPWatchdogThread(void *pArg)
Common::SetCurrentThreadName("GPWatchdogThread");
while (_fifo.bFF_GPReadEnable != ~0) // blah
while (_fifo.bFF_GPReadEnable != ~0UL) // blah
{
// 4 ms should be enough insignificant
Common::SleepCurrentThread(4);