From owner-cvs-all Tue Jun 25 8:59:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B79C137B405; Tue, 25 Jun 2002 08:59:24 -0700 (PDT) Received: (from tmm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5PFxOp38471; Tue, 25 Jun 2002 08:59:24 -0700 (PDT) (envelope-from tmm) Message-Id: <200206251559.g5PFxOp38471@freefall.freebsd.org> From: Thomas Moestl Date: Tue, 25 Jun 2002 08:59:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ddb db_examine.c db_expr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2002/06/25 08:59:24 PDT Modified files: sys/ddb db_examine.c db_expr.c Log: Don't assume that pointers are 4 bytes or sizeof(int) in size. This fixes the indirection operator ('*') and address examination ('x/a') on big-endian platoforms for which the above is not true, as well as on little-endian platforms if the cut-off bits are not 0. Revision Changes Path 1.29 +2 -5 src/sys/ddb/db_examine.c 1.15 +1 -1 src/sys/ddb/db_expr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message