-
Notifications
You must be signed in to change notification settings - Fork 171
Add UDF instruction. Closes #199. #201
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
Conversation
r? @ithinuel (rust_highfive has picked a reviewer for you, use r? to override) |
I wonder if we should make the function diverge. There is not really any useful recovery that an exception handler could perform (and such a handler can't currently be written anyways). |
It's not necessarily useful but if you defined a custom I think irregardless if you're deliberately calling |
A In some cases fault handlers can return safely, for example when a userspace process causes a |
Sure, makes sense. I've updated to use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors r+
Build succeeded |
201: Add binary for armv8 hardfloat r=korken89 a=aurabindo Fixes build for `thumbv8m.main-none-eabihf` Co-authored-by: Aurabindo Jayamohanan <[email protected]>
No description provided.