From c134c8b1e1df0b06d21aa98e385e0255107319a0 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Fri, 1 Jun 2012 01:30:06 -0400 Subject: examples/debug-dtrrts.cpp: Cosmetics. Signed-off-by: Marti Bolivar --- examples/debug-dtrrts.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples') 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; } - -- cgit v1.2.3