Module Name: src Committed By: kamil Date: Sat Feb 23 12:03:07 UTC 2019
Modified Files:
src/sys/kern: subr_kcov.c
Log Message:
Fix subr_kcov build on NetBSD/i386
Cast the pointer returned from __builtin_return_address() to intptr_t
before converting it to uint64_t.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/kern/subr_kcov.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
