From 29f2f89a8fc3cd7f103fb7ed7e1c9f79adfd59b8 Mon Sep 17 00:00:00 2001 From: "hp.com!davidm" <hp.com!davidm> Date: Thu, 25 Sep 2003 05:29:14 +0000 Subject: [PATCH] (measure_unwind): Return 0. (Logical change 1.104) --- tests/Gperf-simple.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Gperf-simple.c b/tests/Gperf-simple.c index 7dd1db7c..39ca4adc 100644 --- a/tests/Gperf-simple.c +++ b/tests/Gperf-simple.c @@ -50,6 +50,7 @@ measure_unwind (int maxlevel) printf ("initialization time = %gnsec, time per unwind-step = %gnsec\n", 1e9*(mid - start), 1e9*(stop - mid)/level); + return 0; } static int