diff options
| author | simonmar <unknown> | 2005-03-08 09:01:20 +0000 |
|---|---|---|
| committer | simonmar <unknown> | 2005-03-08 09:01:20 +0000 |
| commit | ceefdee5e6de7ae96b461b4104c32779bbb58e53 (patch) | |
| tree | 0ba7c8afa9e289f04eb19a6a156dbb3d44bca9ee | |
| parent | 4279f83dc0258a7c1904237be913544d1be808a5 (diff) | |
| download | haskell-ceefdee5e6de7ae96b461b4104c32779bbb58e53.tar.gz | |
[project @ 2005-03-08 09:01:20 by simonmar]
Update comment
| -rw-r--r-- | ghc/includes/TailCalls.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ghc/includes/TailCalls.h b/ghc/includes/TailCalls.h index 2ab36e97f8..aa2d6f9c21 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) \ |
