summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/Csm
diff options
context:
space:
mode:
Diffstat (limited to 'OvmfPkg/Csm')
-rw-r--r--OvmfPkg/Csm/LegacyBiosDxe/Thunk.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/OvmfPkg/Csm/LegacyBiosDxe/Thunk.c b/OvmfPkg/Csm/LegacyBiosDxe/Thunk.c
index d9828bb2f8..dd706fbd6e 100644
--- a/OvmfPkg/Csm/LegacyBiosDxe/Thunk.c
+++ b/OvmfPkg/Csm/LegacyBiosDxe/Thunk.c
@@ -228,7 +228,7 @@ InternalLegacyBiosFarCall (
// interupts other than the Timer interrupt that was disabled above can not be
// handled properly from real mode.
//
- DEBUG_CODE (
+ DEBUG_CODE_BEGIN ();
UINTN Vector;
UINTN Count;
@@ -245,7 +245,7 @@ InternalLegacyBiosFarCall (
DEBUG ((DEBUG_ERROR, "ERROR: More than one HW interrupt active with CSM enabled\n"));
}
ASSERT (Count < 2);
- );
+ DEBUG_CODE_END ();
//
// If the Timer AP has enabled the 8254 timer IRQ and the current 8254 timer
@@ -310,7 +310,7 @@ InternalLegacyBiosFarCall (
// EBDA base address, if the current EBDA base address is smaller, it indicates
// PcdEbdaReservedMemorySize should be adjusted to larger for more OPROMs.
//
- DEBUG_CODE (
+ DEBUG_CODE_BEGIN ();
{
UINTN EbdaBaseAddress;
UINTN ReservedEbdaBaseAddress;
@@ -322,7 +322,7 @@ InternalLegacyBiosFarCall (
ASSERT (ReservedEbdaBaseAddress <= EbdaBaseAddress);
);
}
- );
+ DEBUG_CODE_END ();
//
// Restore interrupt of debug timer