From 9d9f276bc75fa675acf17e738b32bc65da2ccdc7 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 30 Oct 1995 07:52:35 +0000 Subject: [PATCH] Fix generation of .386p and .model declarations; they must always be supplied with Intel-style assemblers. --- v7/src/microcode/cmpauxmd/i386.m4 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/v7/src/microcode/cmpauxmd/i386.m4 b/v7/src/microcode/cmpauxmd/i386.m4 index 826ea4976..936182e13 100644 --- a/v7/src/microcode/cmpauxmd/i386.m4 +++ b/v7/src/microcode/cmpauxmd/i386.m4 @@ -1,6 +1,6 @@ ### -*-Midas-*- ### -### $Id: i386.m4,v 1.42 1995/10/25 04:57:46 cph Exp $ +### $Id: i386.m4,v 1.43 1995/10/30 07:52:35 cph Exp $ ### ### Copyright (c) 1992-95 Massachusetts Institute of Technology ### @@ -379,10 +379,8 @@ define(regs,REG(esi)) define(rfree,REG(edi)) define(rmask,REG(ebp)) -IFDOS(`.386 -.model tiny') -IF_WIN32(`.386 -.model flat') +IFDASM(`.386p +.model ifdef(`DOS',`tiny',`flat')') DECLARE_DATA_SEGMENT() declare_alignment(2) -- 2.25.1