diff options
Diffstat (limited to 'MdePkg/Include/X64/ProcessorBind.h')
-rw-r--r-- | MdePkg/Include/X64/ProcessorBind.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/MdePkg/Include/X64/ProcessorBind.h b/MdePkg/Include/X64/ProcessorBind.h index 026d6331b4..106f6164d2 100644 --- a/MdePkg/Include/X64/ProcessorBind.h +++ b/MdePkg/Include/X64/ProcessorBind.h @@ -374,9 +374,6 @@ typedef INT64 INTN; #define EFIAPI
#endif
-//
-// For symbol name in GNU assembly code, an extra "_" is necessary
-//
#if defined(__GNUC__)
///
/// For GNU assembly code, .global or .globl can declare global symbols.
|