Skip to content

[c86 libc] Add argc/argv/environ and exit processing to main startup#2150

Merged
ghaerr merged 1 commit intomasterfrom
cstartup
Dec 27, 2024
Merged

[c86 libc] Add argc/argv/environ and exit processing to main startup#2150
ghaerr merged 1 commit intomasterfrom
cstartup

Conversation

@ghaerr
Copy link
Copy Markdown
Owner

@ghaerr ghaerr commented Dec 27, 2024

C86 programs can now use arguments passed to main() and return a termination code from main without calling exit().

Adds __stacklow in preparation for __stackavail which is required to stack-check alloca.

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