No need for lanuage
authorRobert Pengelly <robertapengelly@hotmail.com>
Thu, 21 May 2026 04:12:20 +0000 (05:12 +0100)
committerRobert Pengelly <robertapengelly@hotmail.com>
Thu, 21 May 2026 04:12:20 +0000 (05:12 +0100)
parse.c

diff --git a/parse.c b/parse.c
index 2bcfcc59af9093ac1b051c160f30e9319abb8d06..349440b66e07151699eca9f5a78d6a4a4c0d1e73 100644 (file)
--- 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) {