-
Notifications
You must be signed in to change notification settings - Fork 571
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#2154 Android64: Adjust loader to remove 'CURIOSITIES' (#7205)
There was special handling for old Android behaviour where Android did not map the whole file at once. This behaviour is not present in more recent versions of Android, and the associated handling causes 'CURIOSITY'-ies on debug builds, which it was originally introduced to prevent: #1860 These CURIOSITIES were caused by the delayed call to os_module_update_dynamic_info() that only happened for Android. Issues: #2154, #1860, #7125
- Loading branch information
1 parent
ea447bc
commit bdeedf9
Showing
3 changed files
with
18 additions
and
4 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