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

mips64: Various trivial fixes #14

Merged
merged 1 commit into from
Apr 7, 2025

Conversation

clktmr
Copy link

@clktmr clktmr commented Apr 4, 2025

Two of these just fix compile errors that sneaked in while I was on vacation ;)

The changes done to meminit() made the gopher-kart example panic before the gameloop starts:

fatal error: runtime: cannot allocate memory

For now I just increased palloc until it was stable. This change also affects thumb targets, maybe a target specific constant is necessary. The TODO above that code remains.

Two of these just fix compile errors that sneaked in while I was on
vacation ;)

The changes done to `meminit()` made the gopher-kart example panic
before the gameloop starts:

    fatal error: runtime: cannot allocate memory

For now I just increased palloc until it was stable.  This change also
affects thumb targets, maybe a target specific constant is necessary.
The TODO above that code remains.
@embeddedgo embeddedgo merged commit 22ebb19 into embeddedgo:master-embedded Apr 7, 2025
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.

2 participants