From b72305d338455dcb20a6072cedcf66ecbb0b257a Mon Sep 17 00:00:00 2001 From: Joshua Wise Date: Sun, 11 Jan 2009 00:27:56 -0500 Subject: [PATCH] Costas: Remove while(1) and allow proper returns. --- tests/costas.c | 2 -- tests/costas.hex | 8 +++++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/costas.c b/tests/costas.c index fec404c..d303ede 100644 --- a/tests/costas.c +++ b/tests/costas.c @@ -15,8 +15,6 @@ int main() putc(*costas); costas++; } - while(1) - ; return 0; } diff --git a/tests/costas.hex b/tests/costas.hex index 70e3dc2..dbfe0bc 100644 --- a/tests/costas.hex +++ b/tests/costas.hex @@ -7,7 +7,7 @@ e1a0c00d e92dd800 e24cb004 e24dd004 -e59f305c +e59f3064 e50b3010 e3a00041 ebfffff5 @@ -31,8 +31,10 @@ e51b3010 e5d33000 e3530000 1afffff4 -eafffffe -0000008c +e3a03000 +e1a00003 +e89da808 +00000094 74736f43 6c207361 73656b69 -- 2.39.2