projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e9df59
)
Fix generation of .386p and .model declarations; they must always be
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 30 Oct 1995 07:52:35 +0000
(07:52 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 30 Oct 1995 07:52:35 +0000
(07:52 +0000)
supplied with Intel-style assemblers.
v7/src/microcode/cmpauxmd/i386.m4
patch
|
blob
|
history
diff --git
a/v7/src/microcode/cmpauxmd/i386.m4
b/v7/src/microcode/cmpauxmd/i386.m4
index 826ea4976888122ebb0af614efb9b4d5adb06dd8..936182e13c46338c599459bfbf9aa57fc1b44ae7 100644
(file)
--- a/
v7/src/microcode/cmpauxmd/i386.m4
+++ b/
v7/src/microcode/cmpauxmd/i386.m4
@@
-1,6
+1,6
@@
### -*-Midas-*-
###
-### $Id: i386.m4,v 1.4
2 1995/10/25 04:57:46
cph Exp $
+### $Id: i386.m4,v 1.4
3 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)