From owner-cvs-sys Sat Jun 8 03:16:31 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA10420 for cvs-sys-outgoing; Sat, 8 Jun 1996 03:16:31 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA10214; Sat, 8 Jun 1996 03:15:56 -0700 (PDT) Date: Sat, 8 Jun 1996 03:15:56 -0700 (PDT) From: Bruce Evans Message-Id: <199606081015.DAA10214@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 db_disasm.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/06/08 03:15:53 Modified: sys/i386/i386 db_disasm.c Log: Removed bogus `altfmt' code. No alternative formats are supported, but altfmt was abused to sometimes screw up the disassembly of the bytes following unconditional jump instructions. Gas doesn't pad to a longword boundary like the comment said - that is the programmer's responsibility. Revision Changes Path 1.15 +1 -10 src/sys/i386/i386/db_disasm.c