summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Source/Core/VideoCommon/Src/Fifo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/Fifo.cpp b/Source/Core/VideoCommon/Src/Fifo.cpp
index b71c4c602d..534a840a16 100644
--- a/Source/Core/VideoCommon/Src/Fifo.cpp
+++ b/Source/Core/VideoCommon/Src/Fifo.cpp
@@ -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);