--- sml/trunk/src/MLRISC/Tools/MDL/mdl-gen-asm.sml 2002/03/03 18:16:31 1115 +++ sml/trunk/src/MLRISC/Tools/MDL/mdl-gen-asm.sml 2002/03/05 23:17:18 1116 @@ -210,7 +210,7 @@ " fun paren f = (emit \"(\"; f(); emit \")\")", " fun defineLabel lab = emit(P.Client.AsmPseudoOps.defineLabel lab^\"\\n\")", " fun entryLabel lab = defineLabel lab", - " fun comment msg = (tab(); emit(\"/* \" ^ msg ^ \" */; nl()\"))", + " fun comment msg = (tab(); emit(\"/* \" ^ msg ^ \" */\"); nl())", " fun annotation a = comment(Annotations.toString a)", " fun getAnnotations() = error \"getAnnotations\"", " fun doNothing _ = ()",
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: " fun getAnnotations() = error \"getAnnotations\"", " fun doNothing _ = ()",