-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly cast pointers for AArch64 compatibility
Implicitly, pointers are i8 on x86_64 and u8 on AArch64. Cast them explicitly so we can compile cleaner in the later architecture. Signed-off-by: Sergio Lopez <[email protected]>
- Loading branch information
Showing
1 changed file
with
13 additions
and
8 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