]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use uintptr_t instead of uint64_t for pointers in stack frames.
authorJohn Baldwin <jhb@FreeBSD.org>
Wed, 12 Aug 2020 20:29:49 +0000 (20:29 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Wed, 12 Aug 2020 20:29:49 +0000 (20:29 +0000)
commit367de39efa784fad89fe424d073cebdb2a1091c6
tree0e87ef346302bc9b73ce62971dfee0630b436466
parent97dc595da247caa1a1928abcd66f2308c6214ffb
Use uintptr_t instead of uint64_t for pointers in stack frames.

Reviewed by: mhorne
Obtained from: CheriBSD
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D25995
sys/riscv/include/stack.h
sys/riscv/riscv/db_trace.c
sys/riscv/riscv/stack_machdep.c
sys/riscv/riscv/unwind.c