From: Robert Pengelly Date: Thu, 21 May 2026 04:12:20 +0000 (+0100) Subject: No need for lanuage X-Git-Url: https://git.candlhat.org/?a=commitdiff_plain;h=5b8a76b2fdc98012f7d0ca34e8430902662c7f2a;p=scc.git No need for lanuage --- diff --git a/parse.c b/parse.c index 2bcfcc5..349440b 100644 --- a/parse.c +++ b/parse.c @@ -33904,7 +33904,7 @@ void compile_translation_unit (void) { if (state->syntax & ASM_SYNTAX_MASM) { fprintf (state->ofp, ".386\n"); - fprintf (state->ofp, ".model flat, c\n"); + fprintf (state->ofp, ".model flat\n"); } else if (state->syntax & ASM_SYNTAX_NASM) {