Closed
Description
lucet uses some of the fields of mcontext
that were added recently for x86_64-unknown-linux-gnu
. It'd be great to port those to x86_64-unknown-linux-musl
. In particular:
libc/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs
Lines 221 to 225 in 7b31ef3
and
which were ported in ae06c2b and ac7f0fa. Lucet only need mcontext.gregs
and REG_RIP
to be defined (see here).
These are defined in musl with GNU_SOURCE
: