Fix build breaks from comment clean up checkin

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8468 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
mdkinney
2009-06-04 18:57:44 +00:00
parent 1a2f870c9b
commit 68167fed0e
6 changed files with 51 additions and 16 deletions

View File

@@ -404,7 +404,12 @@ typedef INT64 INTN;
#define ASM_PFX(name) name
#else
#define ASM_PFX(name) _##name
#endif
#endif
///
/// For GNU assembly code, .global or .globl can declare global symbols.
/// Define this macro to unify the usage.
///
#define ASM_GLOBAL .globl
#endif
/**