You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
few corrections for guess_os_stack_limit() on OpenBSD
- assert_eq!() syntax
- `ss_sp` is pointer (not usize)
- `ss_sp` is top (well, for all archs except hppa on OpenBSD, but hppa isn't supported by rust for now)
0 commit comments