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

Commits on Aug 30, 2023

  1. Rectified inaccurate Argument in nSIM Wrapper Configuration.

    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 committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    5ddf3e2 View commit details
    Browse the repository at this point in the history