diff options
-rw-r--r-- | examples/debug-dtrrts.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/debug-dtrrts.cpp b/examples/debug-dtrrts.cpp index 0286212..75eceef 100644 --- a/examples/debug-dtrrts.cpp +++ b/examples/debug-dtrrts.cpp @@ -31,9 +31,8 @@ __attribute__((constructor)) void premain() { int main(void) { setup(); - while (1) { + while (true) { loop(); } return 0; } - |