summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/X64/ProcessorBind.h
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2009-08-24 23:37:52 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2009-08-24 23:37:52 +0000
commit8992ce066e2b0f8e74a2df30639c9cc6b04dc4df (patch)
treebedb3235763527b771d4b31940520f2a7c535bf0 /MdePkg/Include/X64/ProcessorBind.h
parentb06f85ae30b302961b7285f18f708ee51ef23083 (diff)
downloadedk2-8992ce066e2b0f8e74a2df30639c9cc6b04dc4df.tar.gz
edk2-8992ce066e2b0f8e74a2df30639c9cc6b04dc4df.tar.bz2
edk2-8992ce066e2b0f8e74a2df30639c9cc6b04dc4df.zip
Fix file headers and a few comments
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9188 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/X64/ProcessorBind.h')
-rw-r--r--MdePkg/Include/X64/ProcessorBind.h3
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.