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

Rectified inaccurate Argument in nSIM Wrapper Configuration. #32

Merged
merged 1 commit into from
Sep 4, 2023

Conversation

luismgsilva
Copy link
Member

With the integration of the QEMU testsuite, a change in the configuration arguments for the QEMU wrapper was introduced. The -semihosting flag, previously directly applied in the wrapper, has been removed and is now provided as an argument -Wq,-semihosting. This adjustment was necessary because the QEMU Testsuite does not support enabling the flag in its former fashion.

This commit addresses the issue where -Wq,semihosting was improperly passed to the nSIM wrapper, causing a crash.

With the integration of the QEMU testsuite, a change in the
configuration arguments for the QEMU wrapper was introduced.
The `-semihosting` flag, previously directly applied in the
wrapper, has been removed and is now provided as an argument
`-Wq,-semihosting`. This adjustment was necessary because
the QEMU Testsuite does not support enabling the flag
in its former fashion.

This commit addresses the issue where `-Wq,semihosting`
was improperly passed to the nSIM wrapper, causing a crash.

Signed-off-by: Luis Silva <luis.m.silva99@hotmail.com>
@luismgsilva luismgsilva self-assigned this Sep 1, 2023
Copy link
Contributor

@claziss claziss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please merge

@luismgsilva luismgsilva merged commit 6bec40e into master Sep 4, 2023
3 checks passed
@luismgsilva luismgsilva deleted the luis_fix_nsim_testing_wip branch September 4, 2023 11:02
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