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

Fix #1344, UT assert stub return values #1352

Merged
merged 1 commit into from
Feb 2, 2023

Commits on Jan 19, 2023

  1. Fix nasa#1344, UT assert stub return values

    Improves default support for return values of sizes other than 32 bits.
    Previously this required a custom handler for any value that was not a
    32 bit integer.  With this update any integer value can be used, and a
    value translation will occur if the size is differnt.  Thus boolean
    values, 8,16, and 64-bit ints can be configured through the same basic
    API without needing to add a handler.
    jphickey committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    c11a4f3 View commit details
    Browse the repository at this point in the history