From 4316a58573318eed01079c82976cbd630c3094e2 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 17 Dec 2001 19:29:44 +0000 Subject: [PATCH] Use ".586p" rather than ".386p"; otherwise the CPUID instruction isn't recognized. --- v7/src/microcode/cmpauxmd/i386.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/cmpauxmd/i386.m4 b/v7/src/microcode/cmpauxmd/i386.m4 index 8829c37dc..2b6765146 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.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() -- 2.25.1