diff --git a/reactos/hal/halx86/generic/timer.c b/reactos/hal/halx86/generic/timer.c index 4f460802e11..b768ecf4b95 100644 --- a/reactos/hal/halx86/generic/timer.c +++ b/reactos/hal/halx86/generic/timer.c @@ -115,8 +115,8 @@ ROSL1: __asm dec eax __asm jnz ROSL1 #else - volatile unsigned int target = Loops; - unsigned int i; + unsigned int target = Loops; + volatile unsigned int i; for (i=0; i