x86 codegen fix for the release

Stephen Weeks MLton@sourcelight.com
Thu, 5 Jul 2001 17:28:48 -0700


> > The only change is the "if" statement after gcState.canHandle--.
> >
> > 		if (gcState.signalIsPending && 0 == gcState.canHandle)		\
> > 			gcState.limit = gcState.base;				\
> 
> O.k.  Try out
> /net/vinous/home/mfluet/mlton/mlton/src/mlton/codegen-old/x86-codegen/x86-mlton.fun

That works.  Thanks.