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 #1346, error if alignment size not a power of two #1372

Merged
merged 1 commit into from
Apr 28, 2021

Commits on Apr 16, 2021

  1. Fix nasa#1346, error if alignment size not a power of two

    Instead of "fixing" the alignment mask, return an error if the
    passed-in value is not actually a power of two.
    
    In ES this only gets passed from two possible sources: one is
    hardcoded (4) and the other is sourced from the ALIGN_OF macro.
    jphickey committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    c518d3a View commit details
    Browse the repository at this point in the history