summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/UnitTestHost.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/UnitTestHost.c')
-rw-r--r--MdePkg/Library/BaseLib/UnitTestHost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/UnitTestHost.c b/MdePkg/Library/BaseLib/UnitTestHost.c
index 79eec7caca..b8831407f9 100644
--- a/MdePkg/Library/BaseLib/UnitTestHost.c
+++ b/MdePkg/Library/BaseLib/UnitTestHost.c
@@ -11,7 +11,7 @@
///
/// Module global variable for simple system emulation of interrupt state
///
-STATIC BOOLEAN mUnitTestHostBaseLibInterruptState;
+STATIC BOOLEAN mUnitTestHostBaseLibInterruptState;
/**
Enables CPU interrupts.