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

templates: fix mismatched type size in simple #140

Merged
merged 1 commit into from
Feb 2, 2024

Commits on Feb 1, 2024

  1. templates: fix mismatched type size in simple

    Fix a mismatched type size error in component.simple.c:485, which may
    causes data overflow when CONFIG_WORD_SIZE is 64 in the 64-bit
     machine. Using defined CLZL() macro to correctly handle the specified
    CONFIG_WORD_SIZE.
    
    Signed-off-by: colorglass <[email protected]>
    colorglass committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    32a4dff View commit details
    Browse the repository at this point in the history