Date: Mon, 3 Sep 2001 16:13:42 -0700 (PDT) From: Jake Burkholder <jake@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include trap.h src/sys/sparc64/sparc64 db_interface.c db_trace.c Message-ID: <200109032313.f83NDgf09339@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jake 2001/09/03 16:13:42 PDT Modified files: sys/sparc64/include trap.h sys/sparc64/sparc64 db_interface.c db_trace.c Log: Change tf_arg to uintptr_t from void * to reflect the fact that non-pointer values may be passed in it. Add appropriate casts. The interrupt type is now passed in tf_arg instead tf_type. Revision Changes Path 1.5 +5 -16 src/sys/sparc64/include/trap.h 1.3 +2 -2 src/sys/sparc64/sparc64/db_interface.c 1.5 +6 -8 src/sys/sparc64/sparc64/db_trace.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?200109032313.f83NDgf09339>