-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use x30 instead of lr which otherwise trip some versions of gcc (#1464)
Some versions of GCC not liking the link register notation `lr` being used instead of `x30` where an integer register is expected for the instruction. To recover, use `x30` instead of `lr` in the delocator. Doesn't change behaviour.
- Loading branch information
1 parent
0ae80ed
commit ef6d5a4
Showing
2 changed files
with
18 additions
and
18 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
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