]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Change tf_arg to uintptr_t from void * to reflect the fact that
authorjake <jake@FreeBSD.org>
Mon, 3 Sep 2001 23:13:42 +0000 (23:13 +0000)
committerjake <jake@FreeBSD.org>
Mon, 3 Sep 2001 23:13:42 +0000 (23:13 +0000)
commitf9d393e059187bf08b97c8dbd11bc23f635071b9
tree602196aecb79910dac578f7f211ed7da10b9c585
parente317d982f675f7bcb33d138194a69206e7c9ac14
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.
sys/sparc64/include/trap.h
sys/sparc64/sparc64/db_interface.c
sys/sparc64/sparc64/db_trace.c