subtly opened PR #2270 from main
to main
:
Add freebsd support to get_pc; this compiles however tests fail. Maybe useful for #2269.
alexcrichton submitted PR Review.
alexcrichton created PR Review Comment:
I think this may not be valid syntax, you may want to double-check that this compiles perhaps?
subtly updated PR #2270 from main
to main
:
Add freebsd support to get_pc; this compiles however tests fail. Maybe useful for #2269.
subtly updated PR #2270 from main
to main
:
Add freebsd support to get_pc; this compiles however tests fail. Maybe useful for #2269.
alexcrichton submitted PR Review.
alexcrichton created PR Review Comment:
I think the
#[cfg]
expression here is invalid syntax, since that's only valid for thecfg_if!
macro which doesn't work in a nested fashion like this. Could this be split like 32/64-bit Linux?
subtly updated PR #2270 from main
to main
:
Add freebsd support to get_pc; this compiles however tests fail. Maybe useful for #2269.
subtly updated PR #2270 from main
to main
:
Add freebsd support to get_pc; this compiles however tests fail. Maybe useful for #2269.
subtly submitted PR Review.
subtly created PR Review Comment:
libc doesn't have ucontext_t for x86, so only x86_64 will work until its ported
alexcrichton merged PR #2270.
Last updated: Nov 22 2024 at 16:03 UTC