From 6c17d627e08e03f2b107bb9ab5d9259c7739c0d6 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 18 Nov 2005 15:23:09 +0000 Subject: [PATCH] [project @ 2005-11-18 15:23:09 by simonmar] cosmetic --- ghc/includes/TailCalls.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ghc/includes/TailCalls.h b/ghc/includes/TailCalls.h index f62b10e..53db254 100644 --- a/ghc/includes/TailCalls.h +++ b/ghc/includes/TailCalls.h @@ -87,10 +87,8 @@ extern void __DISCARD__(void); #define JMP_(cont) \ { \ - void *__target; \ __DISCARD__(); \ - __target = (void *)(cont); \ - goto *__target; \ + goto *(void *)(cont); \ } #endif /* x86_64_HOST_ARCH */ -- 1.7.10.4