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

libmicrokit: add error message for entry points not provided #226

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

Ivan-Velickovic
Copy link
Collaborator

In order to have libmicrokit compiling with PDs that do not provide the 'protected' or 'fault' entry points, we have empty implementations of them.

This has an unfortunate consequence that if a programmer forgets to provide implementations of these entry points, things will silently fail.

In order to have libmicrokit compiling with PDs that do not
provide the 'protected' or 'fault' entry points, we have
empty implementations of them.

This has an unfortunate consequence that if a programmer
forgets to provide implementations of these entry points, things
will silently fail.

Signed-off-by: Ivan-Velickovic <[email protected]>
@Ivan-Velickovic Ivan-Velickovic force-pushed the missing_entry_point_message branch from d38633f to b41304c Compare October 21, 2024 10:03
@Ivan-Velickovic Ivan-Velickovic merged commit 4e96f7f into main Oct 21, 2024
11 checks passed
@Ivan-Velickovic Ivan-Velickovic deleted the missing_entry_point_message branch October 21, 2024 22:07
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