-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
userlib: alter handling of r7 in workaround
This completes the sequence of workarounds for: rust-lang/rust#73450 r7 is the frame pointer. asm! cannot reason about clobbers of r7. It tries to statically refuse it, but statically refuses r11 instead. This avoids clobbering r7.
- Loading branch information
Showing
1 changed file
with
62 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters