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

[cmds] Add paintbucket fill to C86 paint #2262

Merged
merged 2 commits into from
Mar 18, 2025
Merged

[cmds] Add paintbucket fill to C86 paint #2262

merged 2 commits into from
Mar 18, 2025

Conversation

ghaerr
Copy link
Owner

@ghaerr ghaerr commented Mar 18, 2025

Adds flood color fill to C86 paint, which is already present in OWC and GCC versions.

The C86 compiler crash has been isolated to a source statement calling a function that passes a value by reference and returns a value:

x = FF_StackPush(stack, x, y, &stackTop);

to be investigated separately.

@ghaerr ghaerr merged commit b202c38 into master Mar 18, 2025
1 check passed
@ghaerr ghaerr deleted the c86bug branch March 18, 2025 02:27
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.

1 participant