From owner-cvs-sys Thu Nov 14 23:39:24 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA22496 for cvs-sys-outgoing; Thu, 14 Nov 1996 23:39:24 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id XAA22477; Thu, 14 Nov 1996 23:39:17 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id SAA03853; Fri, 15 Nov 1996 18:37:48 +1100 Date: Fri, 15 Nov 1996 18:37:48 +1100 From: Bruce Evans Message-Id: <199611150737.SAA03853@godzilla.zeta.org.au> To: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, jkh@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 locore.s Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: sys/i386/i386 locore.s > Log: > movl instruction should have been lea (this is why userconfig didn't > work in 2.1). Erm, the movl looks OK to me, and the lea isn't an i386 instruction so it doesn't compile. Bruce