-
Notifications
You must be signed in to change notification settings - Fork 444
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[coredump] Avoid Hardcoding x86/x64 Logic
While I was working on fixing up `darling-coredump` for ARM64 support, I noticed that there is some x86 code that doesn't really need to be hardcoded at compile time. If there aren't any other unexpected issues, this should also allow one (in theory) to process a x86 core dump on a non-x86 device.
- Loading branch information
1 parent
3435165
commit 4b8daad
Showing
1 changed file
with
90 additions
and
50 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