From f0203ef66d3b0f46f02a0959a4db439ac086cb1d Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Sun, 15 Oct 2006 13:03:54 +0000 Subject: [PATCH] Fixed one more optimization bug svn path=/trunk/; revision=24523 --- reactos/hal/halx86/generic/timer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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