-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need a x32 stack probing function #282
Comments
x32 stack probing is now reenabled using the probing function for x86_64. I don't think a separate one is needed. |
Yeah, just need to wait for rust-lang/rust#62808 to land, then we can close this. |
Oh sorry, I thought that had already landed after seeing the "merged" message ... but apparently that didn't actually happen. |
I've manually closed that PR now and it properly went into "merged" state. Github just went a bit crazy... |
ok, then let's close this too. |
According to rust-lang/rust#59674, such a function is needed to re-enable stack probing on gnux32 in src/probestack.rs.
The text was updated successfully, but these errors were encountered: