Use ".586p" rather than ".386p"; otherwise the CPUID instruction isn't
authorChris Hanson <org/chris-hanson/cph>
Mon, 17 Dec 2001 19:29:44 +0000 (19:29 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 17 Dec 2001 19:29:44 +0000 (19:29 +0000)
recognized.

v7/src/microcode/cmpauxmd/i386.m4

index 8829c37dc694f17555c4b7be590c947dc4fb0fd8..2b6765146cea579bc2fe011099a5e2826d86524a 100644 (file)
@@ -1,6 +1,6 @@
 ### -*-Midas-*-
 ###
-### $Id: i386.m4,v 1.51 2001/12/16 06:01:33 cph Exp $
+### $Id: i386.m4,v 1.52 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(`.386p
+IFDASM(`.586p
 .model flat')
 
 DECLARE_DATA_SEGMENT()