View Single Post
Old 11-30-2003, 08:22 PM   #6
 
Posts: n/a
I got it fixed.  I wrote my own idleloop to kick its butt.

$ cat idleloop.c
main(int c, char** a) {eff: goto eff;}

For best results use gcc -O3 which puts the compiler in ninja-mode.
  Reply With Quote