--- sml/trunk/src/MLRISC/Tools/MDL/mdl-gen-asm.sml 2002/01/15 23:10:06 1016 +++ sml/trunk/src/MLRISC/Tools/MDL/mdl-gen-asm.sml 2002/01/16 14:48:16 1017 @@ -208,7 +208,7 @@ " fun emit_const c = emit(Constant.toString c)", " fun emit_int i = emit(ms i)", " fun paren f = (emit \"(\"; f(); emit \")\")", - " fun defineLabel lab = emit(P.Client.AsmPseudoOps.defineLabel lab^\":\\n\")", + " fun defineLabel lab = emit(P.Client.AsmPseudoOps.defineLabel lab^\"\\n\")", " fun entryLabel lab = defineLabel lab", " fun comment msg = (tab(); emit(\"/* \" ^ msg ^ \" */\\n\"))", " fun annotation a = (comment(Annotations.toString a); nl())",