We may not be using gcc to compile this.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Andrew Turner 2015-04-02 12:58:04 +00:00
parent 7b309274e3
commit bd61d9d481
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=280986

View File

@ -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();