From 5a9743cd77486301bfeb3ebe584c28e2f07c5c49 Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" <mostang.com!davidm> Date: Thu, 18 Jul 2002 03:58:34 +0000 Subject: [PATCH] (b): Add a printf() after raise_exception() to avoid triggering the sibcall optimization for this call. (Logical change 1.19) --- tests/exc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/exc.c b/tests/exc.c index 5e5530dc..32f896b2 100644 --- a/tests/exc.c +++ b/tests/exc.c @@ -61,6 +61,7 @@ b (void *addr) { printf ("b() calling raise_exception()\n"); raise_exception (addr); + printf ("b(): back from raise_exception!!\n"); } static int