From owner-cvs-sys Fri Apr 12 05:22:23 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA28935 for cvs-sys-outgoing; Fri, 12 Apr 1996 05:22:23 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA28920 Fri, 12 Apr 1996 05:22:16 -0700 (PDT) Date: Fri, 12 Apr 1996 05:22:16 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199604121222.FAA28920@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 exception.s Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/04/12 05:22:16 Modified: sys/i386/i386 exception.s Log: Make alltraps a .globl so that DDB doesn't make people belive they have an ALIGNFLT on their hands all the time. Revision Changes Path 1.16 +2 -1 src/sys/i386/i386/exception.s