diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/X64/ReadCs.S')
-rw-r--r-- | MdePkg/Library/BaseLib/X64/ReadCs.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Library/BaseLib/X64/ReadCs.S b/MdePkg/Library/BaseLib/X64/ReadCs.S index 677747b813..88ad7da4f8 100644 --- a/MdePkg/Library/BaseLib/X64/ReadCs.S +++ b/MdePkg/Library/BaseLib/X64/ReadCs.S @@ -29,8 +29,8 @@ # VOID # ); #------------------------------------------------------------------------------ -.global _AsmReadCs; -.align 16; -_AsmReadCs: +.global ASM_PFX(AsmReadCs) +.align 16 +ASM_PFX(AsmReadCs): mov %cs, %eax ret |