[MLton-commit] r4640
Matthew Fluet
MLton@mlton.org
Thu, 8 Jun 2006 20:09:08 -0700
fix comment
----------------------------------------------------------------------
U mlton/trunk/mlton/codegen/x86-codegen/x86-codegen.fun
----------------------------------------------------------------------
Modified: mlton/trunk/mlton/codegen/x86-codegen/x86-codegen.fun
===================================================================
--- mlton/trunk/mlton/codegen/x86-codegen/x86-codegen.fun 2006-06-09 02:51:28 UTC (rev 4639)
+++ mlton/trunk/mlton/codegen/x86-codegen/x86-codegen.fun 2006-06-09 03:09:03 UTC (rev 4640)
@@ -80,9 +80,8 @@
= let
val reserveEsp =
(* There is no sigaltstack on cygwin, we need to reserve %esp to
- * hold the C stack pointer. We need to do this even in programs
- * that don't handle signals, since signals get used under the hood
- * in Cygwin.
+ * hold the C stack pointer. We only need to do this in programs
+ * that handle signals.
*)
handlesSignals andalso let open Control in !targetOS = Cygwin end