Commit 2a1fc7a 1 parent 45462a1 commit 2a1fc7a Copy full SHA for 2a1fc7a
File tree 1 file changed +6
-3
lines changed
ArmPkg/Drivers/MmCommunicationDxe
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -260,10 +260,13 @@ GetMmCompatibility (
260
260
MmVersion = MmVersionArgs .Arg0 ;
261
261
262
262
// 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
264
264
// 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.
267
270
STATIC_ASSERT (
268
271
MM_CALLER_MINOR_VER == 0 ,
269
272
"MM_CALLER_MINOR_VERSION has changed!"
You can’t perform that action at this time.
0 commit comments