Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-07-13 17:59:19 -0700 (Tue, 13 Jul 2004)
Revision: 6074
Log message:
- For some reason codegen expected the body of the main function to have the
form
Apply{...; nil; (t1 >- )}
which is obviously ill-typed (0 args, 1 arg type).
- Also, the codegen rule was interactive for some reason.
Changes | Path |
+2 -2 | mpcompiler/mmc/arch/x86/mmc_x86_codegen.ml |
+1098 -87 | mpcompiler/mmc/test/mmc_tests_out.previous |