Skip to content

Commit 2a1fc7a

Browse files
apop5makubacki
andcommitted
Update ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.c
Co-authored-by: Michael Kubacki <[email protected]>
1 parent 45462a1 commit 2a1fc7a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.c

+6-3
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,13 @@ GetMmCompatibility (
260260
MmVersion = MmVersionArgs.Arg0;
261261

262262
// MU_CHANGE - CodeQL Change - unsigned-comparison-zero
263-
// Make MM_CALLER_MINOR_VER more restrictive. Rquire
263+
// Make MM_CALLER_MINOR_VER more restrictive. Require
264264
// exact minor version match rather than >=.
265-
// Add static_assert to check if/when verison change
266-
// occurs.
265+
266+
// Add static_assert to check if/when version change
267+
// occurs. If a version change occurs,
268+
// the static assert will need to be updated to
269+
// match the new major/minor version.
267270
STATIC_ASSERT (
268271
MM_CALLER_MINOR_VER == 0,
269272
"MM_CALLER_MINOR_VERSION has changed!"

0 commit comments

Comments
 (0)