-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#4717: Fix hang in api.static_prepop test on aarchxx (#4721)
Fixes a bug in the api.static_prepop assembly where the link register is clobbered, leading to an infinite loop on aarchxx. Enables the test for aarchxx. Fixes a bug on identifying stopping points on ARM where LSB Thumb decoration on the two sides of the comparison was not consistent. Fixes a corresponding bug on going native where the LSB was not set. Tested manually on ARM. Issue: #1578, #4717, #4720 Fixes #4717
- Loading branch information
1 parent
795c849
commit 9be64f0
Showing
3 changed files
with
38 additions
and
11 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
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