summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Ia32
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/Ia32
parentb06f85ae30b302961b7285f18f708ee51ef23083 (diff)
downloadedk2-platforms-8992ce066e2b0f8e74a2df30639c9cc6b04dc4df.tar.xz
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/Ia32')
-rw-r--r--MdePkg/Include/Ia32/ProcessorBind.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/MdePkg/Include/Ia32/ProcessorBind.h b/MdePkg/Include/Ia32/ProcessorBind.h
index d70d3232cf..d4883e2f77 100644
--- a/MdePkg/Include/Ia32/ProcessorBind.h
+++ b/MdePkg/Include/Ia32/ProcessorBind.h
@@ -313,9 +313,6 @@ typedef INT32 INTN;
#endif
#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.