-
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): use a specific flag for adjusting alignments
This change adds a new flag `KMX_REQUIRES_REALIGNMENT` instead of the previous `KMX_64BIT` for the cases where we have to re-align the KMX data at pointer boundaries. Renamed because Emscripten also needs the re-alignment even though it's 32-bit. Addresses code review comments.
- Loading branch information
1 parent
6bef09f
commit 69cb2fd
Showing
3 changed files
with
17 additions
and
9 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