diff options
author | Simon Marlow <marlowsd@gmail.com> | 2011-01-07 09:42:36 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-01-07 09:42:36 +0000 |
commit | 62db6241c578f2b02e266b4dd0b535e0f59950bf (patch) | |
tree | 2f372874c5d33826966e46d0c8fcd8cca6015b15 /rts/RtsStartup.c | |
parent | 57e2a81c589103b50da80a9e378b1a11285bd521 (diff) | |
download | haskell-62db6241c578f2b02e266b4dd0b535e0f59950bf.tar.gz |
comment updates
Diffstat (limited to 'rts/RtsStartup.c')
-rw-r--r-- | rts/RtsStartup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/RtsStartup.c b/rts/RtsStartup.c index 6ed837ab6c..bc169ff0eb 100644 --- a/rts/RtsStartup.c +++ b/rts/RtsStartup.c @@ -69,8 +69,8 @@ void exitLinker( void ); // there is no Linker.h file to include static int hs_init_count = 0; /* ----------------------------------------------------------------------------- - Initialise floating point unit on x86 (currently disabled. why?) - (see comment in ghc/compiler/nativeGen/MachInstrs.lhs). + Initialise floating point unit on x86 (currently disabled; See Note + [x86 Floating point precision] in compiler/nativeGen/X86/Instr.hs) -------------------------------------------------------------------------- */ #define X86_INIT_FPU 0 |