[MLton-commit] r6009

Matthew Fluet fluet at mlton.org
Tue Sep 11 16:52:29 PDT 2007


Thread_returnToC is a primitive for the C and bytecode codegens
----------------------------------------------------------------------

U   mlton/trunk/mlton/backend/rep-type.fun

----------------------------------------------------------------------

Modified: mlton/trunk/mlton/backend/rep-type.fun
===================================================================
--- mlton/trunk/mlton/backend/rep-type.fun	2007-09-10 11:41:48 UTC (rev 6008)
+++ mlton/trunk/mlton/backend/rep-type.fun	2007-09-11 23:52:27 UTC (rev 6009)
@@ -600,6 +600,7 @@
        | Real_rndToWord (s, s', _) => done ([real s], SOME (word s'))
        | Real_round s => realUnary s
        | Real_sub s => realBinary s
+       | Thread_returnToC => done ([], NONE)
        | Word_add s => wordBinary s
        | Word_addCheck (s, _) => wordBinary s
        | Word_andb s => wordBinary s




More information about the MLton-commit mailing list