Skip to content

Commit

Permalink
align-test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebeaton committed Nov 27, 2024
1 parent 6cb95d5 commit f840410
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Library/OcBlitLib/OcBlitLib.c
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,8 @@ OcBlitConfigure (
INT8 PixelShl[4];
INT8 PixelShr[4];

STATIC_ASSERT (sizeof (OC_BLIT_CONFIGURE) % 64 == 0, "Incorrect alignment of OC_BLIT_CONFIGURE");

if (ConfigureSize == NULL) {
return RETURN_INVALID_PARAMETER;
}
Expand Down

0 comments on commit f840410

Please sign in to comment.