From owner-cvs-all Tue Jan 25 1: 1:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B7FA414DA6; Tue, 25 Jan 2000 01:01:56 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA38813; Tue, 25 Jan 2000 01:01:56 -0800 (PST) (envelope-from bde@FreeBSD.org) Message-Id: <200001250901.BAA38813@freefall.freebsd.org> From: Bruce Evans Date: Tue, 25 Jan 2000 01:01:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include asm.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 2000/01/25 01:01:56 PST Modified files: sys/i386/include asm.h Log: Fixed the profiling version ALTENTRY(). Again. The previous version didn't set up the frame pointer before calling mcount, and then jumped to the wrong place in ENTRY() to defeat the point of the jump. Revision Changes Path 1.7 +10 -6 src/sys/i386/include/asm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message