From owner-cvs-sys Fri Nov 15 01:20:07 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA29195 for cvs-sys-outgoing; Fri, 15 Nov 1996 01:20:07 -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 BAA29144; Fri, 15 Nov 1996 01:19:49 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id UAA06571; Fri, 15 Nov 1996 20:17:44 +1100 Date: Fri, 15 Nov 1996 20:17:44 +1100 From: Bruce Evans Message-Id: <199611150917.UAA06571@godzilla.zeta.org.au> To: bde@zeta.org.au, jkh@time.cdrom.com Subject: Re: cvs commit: src/sys/i386/i386 locore.s Cc: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, jkh@freefall.freebsd.org Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >OK, well, then I guess it's pretty clear - leave it as movl in >-current and lea in -stable. Works for me. See commit. It should be movl in both. Just add a `$' to the broken movl in -stable. Bruce