mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Fix optimization bug
svn path=/trunk/; revision=24513
This commit is contained in:
@@ -130,7 +130,7 @@ extern char reactos_arc_strings[32][256];
|
||||
static VOID
|
||||
__StallExecutionProcessor(ULONG Loops)
|
||||
{
|
||||
register unsigned int i;
|
||||
volatile register unsigned int i;
|
||||
for (i = 0; i < Loops; i++);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user