Skip to content

WIP: Add arm interrupt calling conventions #2387

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

Conversation

justinbalexander
Copy link
Contributor

I still need to update the grammar, docs, tokenizer in std lib, zig fmt, etc.

Besides those things, does this look alright? I think it makes sense to have these be calling conventions. Clang and GCC use attributes but that doesn't already exist in Zig and Zig doesn't use something akin to attributes for linksection, it just has that as a keyword.

I couldn't think of any compile errors that were necessary to add, nor am I sure what kind of tests to add and where?

@emekoi
Copy link
Contributor

emekoi commented Apr 30, 2019

this conflicts with the changes proposed in #661.

@justinbalexander
Copy link
Contributor Author

justinbalexander commented Apr 30, 2019 via email

@justinbalexander
Copy link
Contributor Author

Why waste time updating all the other things? I'll just try to work on the other issue.

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