-
Notifications
You must be signed in to change notification settings - Fork 6k
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
M16C #pragma 32bit register support #7358
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The M16C compiler supports a #pragma macro that allows the programmer to specify which registers are used for arguments getting passed to a function. The current M16C processor support does not detect these or even seem to support manually editing the function signature to support this. Below is a description of this #pragma macro:
Here is an example of this being used in a binary I am working on.
If I try to edit the function signature and with custom storage checked, I can't add A1A0 as a parameter.
How do I fix this?
The text was updated successfully, but these errors were encountered: