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

[REBASE & FF] ArmPkg: Remove pragma pack from CpuDxe #294

Conversation

VivianNK
Copy link
Contributor

@VivianNK VivianNK commented Oct 3, 2024

Description

PageTableMemoryAllocation.c

The packing was causing an MSVC ARM64 build warning #4366: The result of the unary '&' operator may be unaligned

Cherry-picked from dev/202405: 1ad3ff0

  • Impacts functionality?
  • Impacts security?
  • Breaking change?
  • Includes tests?
  • Includes documentation?

How This Was Tested

Boot to QEMU SBSA

Integration Instructions

N/A

PageTableMemoryAllocation.c

The packing was causing an MSVC ARM64 build warning
\#4366: The result of the unary '&' operator may be unaligned

Signed-off-by: Vivian Nowka-Keane <[email protected]>
@github-actions github-actions bot added the impact:non-functional Does not have a functional impact label Oct 3, 2024
@VivianNK VivianNK requested review from os-d and kuqin12 October 3, 2024 00:03
@makubacki makubacki added the type:bug Something isn't working label Oct 3, 2024
@VivianNK VivianNK merged commit 4846544 into microsoft:release/202405 Oct 3, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact:non-functional Does not have a functional impact type:bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants