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

vmlinux.h: fix enum declaration #13

Merged
merged 1 commit into from
Sep 2, 2021
Merged

vmlinux.h: fix enum declaration #13

merged 1 commit into from
Sep 2, 2021

Conversation

lsf37
Copy link
Member

@lsf37 lsf37 commented Sep 2, 2021

The previous declaration was declaring a type IRQConstants and (mistakenly) a variable platform_interrupt_t. Neither name is referenced in the rest of the code and platform_interrupt_t is the better name for the type.

@lsf37 lsf37 self-assigned this Sep 2, 2021
@lsf37
Copy link
Member Author

lsf37 commented Sep 2, 2021

With this commit the VMs compile under gcc-10.

The previous declaration was missing `typedef` and with that declared
a variable platform_interrupt_t instead of a type.

Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
@lsf37 lsf37 merged commit f70b3ff into master Sep 2, 2021
@lsf37 lsf37 deleted the lsf37/extern branch September 2, 2021 04:15
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.

None yet

2 participants