Use guint64 in UCONTEXT_REG_SET_PC (arm64) (#66812)
authorAdeel Mujahid <3840695+am11@users.noreply.github.com>
Fri, 18 Mar 2022 09:29:53 +0000 (11:29 +0200)
committerGitHub <noreply@github.com>
Fri, 18 Mar 2022 09:29:53 +0000 (10:29 +0100)
commit3175a8a037d18cfbc355e4368c2432d3b7d7e178
treec24be982f381c6bdbe954e3d75fc92d489ce2490
parent0b12d37843e7165fb4c8b794186f19ef43af6c73
Use guint64 in UCONTEXT_REG_SET_PC (arm64) (#66812)

In this scope, `__uint64_t` is not available on musl based systems. Switched to `guint64`, which nearby code is using.
src/mono/mono/utils/mono-sigcontext.h