From owner-freebsd-current Mon Nov 11 11:01:54 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA02999 for current-outgoing; Mon, 11 Nov 1996 11:01:54 -0800 (PST) Received: from dyson.iquest.net ([198.70.144.127]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA02956; Mon, 11 Nov 1996 11:01:44 -0800 (PST) Received: (from root@localhost) by dyson.iquest.net (8.8.2/8.6.9) id OAA02943; Mon, 11 Nov 1996 14:00:34 -0500 (EST) From: John Dyson Message-Id: <199611111900.OAA02943@dyson.iquest.net> Subject: Re: locore.s is broken To: ache@nagual.ru (=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=) Date: Mon, 11 Nov 1996 14:00:34 -0500 (EST) Cc: current@FreeBSD.org, dyson@FreeBSD.org In-Reply-To: <199611111817.VAA03132@nagual.ru> from "=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=" at Nov 11, 96 09:17:07 pm Reply-To: dyson@FreeBSD.org X-Mailer: ELM [version 2.4 PL24 ME8] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > cc -c -x assembler-with-cpp -DLOCORE -nostdinc -I- -I. -I../.. -I../../../include -DDUMMY_NOPS -DCOMPAT_43 -DFFS -DINET -DKERNEL ../../i386/i386/locore.s > ../../i386/i386/locore.s: Assembler messages: > ../../i386/i386/locore.s:705: Error: bad register name ('%cr4') > ../../i386/i386/locore.s:707: Error: bad register name ('%cr4') > *** Error code 1 > AIEEE!!! I forgot to commit the change to the assembler. I'll fix it ASAP!!! Sorry... Note that you will need to rebuild the assembler. John