Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix hang during initialization #10

Merged
merged 1 commit into from
Dec 22, 2024

Conversation

qwert182
Copy link
Contributor

  • Enable correct alloca() usage.
  • Use size_t instead of int for 64-bit pointer storage.
  • Fix implicit declaration of some functions that led to hidden ptr->int conversion.
  • Fix WAD "lump not found" issue.
  • [BONUS] Support build with GCC.

Should fix #3, #8, #9.

- Enable correct alloca() usage.
- Use size_t instead of int for 64-bit pointer storage.
- Fix implicit declaration of some functions that led to hidden ptr->int conversion.
- Fix WAD "lump not found" issue.
- [BONUS] Support build with GCC.
@Cacodemon345 Cacodemon345 merged commit d9b2428 into Cacodemon345:master Dec 22, 2024
2 checks passed
@Cacodemon345
Copy link
Owner

Many, many thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UEFI Doom hangs started on hardware
2 participants