edk2 icon indicating copy to clipboard operation
edk2 copied to clipboard

UefiCpuPkg/PiSmmCpuDxeSmm: Fix extraneous parentheses

Open mikebeaton opened this issue 4 months ago • 1 comments

Description

This is an additional XCODE5 build error (fixing which is I think also a clearly desirable minor code linting change), which only shows up when building OvmfPkg with -D SMM_REQUIRE.

  • [ ] Breaking change?
  • [ ] Impacts security?
  • [ ] Includes tests?

How This Was Tested

Local XCODE5 build; CI GCC5 and VS2019 build.

Integration Instructions

N/A

mikebeaton avatar Sep 29 '24 16:09 mikebeaton