]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use uintptr_t for pointers in stack frames.
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 1 Dec 2020 18:08:22 +0000 (18:08 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 1 Dec 2020 18:08:22 +0000 (18:08 +0000)
commitfdd947e4ce29365f61f76f2960a7438a10b0b949
tree3137355d1cff3dfe63f39543d58e5d3a19b1f18d
parentf2dceb474bf0c74b8111a8b100f4269e6001aed5
Use uintptr_t for pointers in stack frames.

This catches up to the changes made to struct unwind_state in r364180.

Reviewed by: mhorne
Obtained from: CheriBSD
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D27360
sys/cddl/dev/dtrace/riscv/dtrace_isa.c