aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornotaz2012-01-09 23:21:27 +0200
committernotaz2012-01-09 23:21:27 +0200
commit7841712d55378f557c1f08ac3445f3b3d66c7691 (patch)
treebb8f46cf0096f372c14e501983c4f08611d143bc
parent3ce7adebe576fbdf8c6ccab6404f573f7be541a2 (diff)
downloadpcsx_rearmed-7841712d55378f557c1f08ac3445f3b3d66c7691.tar.gz
pcsx_rearmed-7841712d55378f557c1f08ac3445f3b3d66c7691.tar.bz2
pcsx_rearmed-7841712d55378f557c1f08ac3445f3b3d66c7691.zip
gpu_neon: warning fix
-rw-r--r--plugins/gpu_neon/gpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gpu_neon/gpu.c b/plugins/gpu_neon/gpu.c
index c31d9a1..5b16cd4 100644
--- a/plugins/gpu_neon/gpu.c
+++ b/plugins/gpu_neon/gpu.c
@@ -42,7 +42,7 @@ static noinline void do_cmd_reset(void)
static noinline void do_reset(void)
{
- int i;
+ unsigned int i;
do_cmd_reset();