In article <AANLkTi=9NwjfxZvaz2H-btkzt8q-c9ErbpNYW+hMfMe=(a)mail.gmail.com>om>,
Ethan Dicks <ethan.dicks at gmail.com> writes:
I have used the following in embedded code to
tight-loop the CPU in
certain circumstances, intentionally requiring a reset of the
processor to escape...
for (;;)
;
I don't see how this is an infinite loop requiring reset of the
processor to escape since the condition clause is empty. In fact,
since the condition clause is empty, I'm not even sure its
syntactically valid, but C is strange enough that it may be
syntactically valid but not intuititve.
--
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
<http://legalizeadulthood.wordpress.com/the-direct3d-graphics-pipeline/>
Legalize Adulthood! <http://legalizeadulthood.wordpress.com>