We may not be using gcc to compile this.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
7b309274e3
commit
bd61d9d481
@ -353,7 +353,7 @@ DELAY(int usec)
|
||||
for (; usec > 0; usec--)
|
||||
for (counts = 200; counts > 0; counts--)
|
||||
/*
|
||||
* Prevent gcc from optimizing
|
||||
* Prevent the compiler from optimizing
|
||||
* out the loop
|
||||
*/
|
||||
cpufunc_nullop();
|
||||
|
Loading…
x
Reference in New Issue
Block a user