mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:56:31 +00:00
Fix optimization bug
svn path=/trunk/; revision=24513
This commit is contained in:
parent
789a033291
commit
fa1f06919a
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ extern char reactos_arc_strings[32][256];
|
||||||
static VOID
|
static VOID
|
||||||
__StallExecutionProcessor(ULONG Loops)
|
__StallExecutionProcessor(ULONG Loops)
|
||||||
{
|
{
|
||||||
register unsigned int i;
|
volatile register unsigned int i;
|
||||||
for (i = 0; i < Loops; i++);
|
for (i = 0; i < Loops; i++);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue