summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/Ia32/CpuId.asm
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/CpuId.asm')
-rw-r--r--MdePkg/Library/BaseLib/Ia32/CpuId.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/CpuId.asm b/MdePkg/Library/BaseLib/Ia32/CpuId.asm
index 2c94e3a1ae..5c0eb1ffc8 100644
--- a/MdePkg/Library/BaseLib/Ia32/CpuId.asm
+++ b/MdePkg/Library/BaseLib/Ia32/CpuId.asm
@@ -34,7 +34,7 @@
; OUT UINT32 *RegisterOutEbx OPTIONAL,
; OUT UINT32 *RegisterOutEcx OPTIONAL,
; OUT UINT32 *RegisterOutEdx OPTIONAL
-; )
+; );
;------------------------------------------------------------------------------
AsmCpuid PROC USES ebx
push ebp