Date: Tue, 25 Jun 2002 08:59:24 -0700 (PDT) From: Thomas Moestl <tmm@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ddb db_examine.c db_expr.c Message-ID: <200206251559.g5PFxOp38471@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206251559.g5PFxOp38471>
