-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VDSO: Fixes a pretty nasty bug where we were never using the host VDSO
This must have happened during a refactor or something, but since we're making a copy of the function pointers, it would have only gotten the version /prior/ to loading host VDSO symbols. Moves the VDSO thunk definition setting to the end after VDSO symbol definitions in order to get host VDSO symbols working again.
- Loading branch information
1 parent
114112a
commit f8eaf9c
Showing
1 changed file
with
18 additions
and
17 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