mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Fixed one more optimization bug
svn path=/trunk/; revision=24523
This commit is contained in:
@@ -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<target;i++);
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user