From 8a1f6023fa6fde26604dc0ac26469fd93f978d58 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 27 Apr 2005 09:39:27 +0000 Subject: [PATCH] [project @ 2005-04-27 09:39:27 by simonmar] Add comment --- ghc/rts/RtsStartup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/rts/RtsStartup.c b/ghc/rts/RtsStartup.c index 887b6f7..3eb116b 100644 --- a/ghc/rts/RtsStartup.c +++ b/ghc/rts/RtsStartup.c @@ -88,6 +88,7 @@ __hscore_set_saved_termios(int fd, void* ts) /* ----------------------------------------------------------------------------- Initialise floating point unit on x86 (currently disabled. why?) + (see comment in ghc/compiler/nativeGen/MachInstrs.lhs). -------------------------------------------------------------------------- */ #define X86_INIT_FPU 0 -- 1.7.10.4