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:
03718d7
)
Use ".586p" rather than ".386p"; otherwise the CPUID instruction isn't
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 17 Dec 2001 19:29:44 +0000
(19:29 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 17 Dec 2001 19:29:44 +0000
(19:29 +0000)
recognized.
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 8829c37dc694f17555c4b7be590c947dc4fb0fd8..2b6765146cea579bc2fe011099a5e2826d86524a 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.5
1 2001/12/16 06:01:33
cph Exp $
+### $Id: i386.m4,v 1.5
2 2001/12/17 19:29:44
cph Exp $
###
### Copyright (c) 1992-2001 Massachusetts Institute of Technology
###
@@
-351,7
+351,7
@@
define(regs,REG(esi))
define(rfree,REG(edi))
define(rmask,REG(ebp))
-IFDASM(`.
3
86p
+IFDASM(`.
5
86p
.model flat')
DECLARE_DATA_SEGMENT()