From ceefdee5e6de7ae96b461b4104c32779bbb58e53 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 8 Mar 2005 09:01:20 +0000 Subject: [PATCH] [project @ 2005-03-08 09:01:20 by simonmar] Update comment --- ghc/includes/TailCalls.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ghc/includes/TailCalls.h b/ghc/includes/TailCalls.h index 2ab36e9..aa2d6f9 100644 --- a/ghc/includes/TailCalls.h +++ b/ghc/includes/TailCalls.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: TailCalls.h,v 1.19 2005/03/08 08:59:58 simonmar Exp $ + * $Id: TailCalls.h,v 1.20 2005/03/08 09:01:20 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -83,8 +83,7 @@ extern void __DISCARD__(void); } without the dummy function call, gcc throws away the assignment to R1 - (gcc 3.4.3) gcc bug # - + (gcc 3.4.3) gcc bug #20359. */ #define JMP_(cont) \ -- 1.7.10.4