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

Adjust crt0 for the C tools and FDISK for SDCC 4.2 #117

Merged
merged 1 commit into from
Mar 29, 2023

Conversation

Konamiman
Copy link
Owner

#115 converted the C sources to the new calling convention introduced in SDCC 4.2 (passing arguments to functions in registers instead of in the stack), but that wasn't done for the crt0 files used to compile the tools and FDISK. This pull request fixes that.

Also add a missing "include" statement in init.mac.

(pass arguments in registers)

Also add a missing "include" statement.
@Konamiman Konamiman self-assigned this Mar 29, 2023
@Konamiman Konamiman merged commit 4f1def0 into v2.1 Mar 29, 2023
@Konamiman Konamiman deleted the fix-crt0-for-c-code branch March 29, 2023 15:42
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