diff options
author | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-31 06:23:32 +0000 |
---|---|---|
committer | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-31 06:23:32 +0000 |
commit | 85c25283ed338da9485e16918e6e21d8212efa76 (patch) | |
tree | ecc48e76f050b7c314e25a7232d6f58ed00c0bf9 /MdePkg/Library/BaseMemoryLibOptPei/Ia32/SetMem32.S | |
parent | 5f87392966e8bb14b6486408b60521dfc61bd58f (diff) | |
download | edk2-platforms-85c25283ed338da9485e16918e6e21d8212efa76.tar.xz |
Gcc cleanup for baselib & basememorylib in mdepkg/library/
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5587 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseMemoryLibOptPei/Ia32/SetMem32.S')
-rw-r--r-- | MdePkg/Library/BaseMemoryLibOptPei/Ia32/SetMem32.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseMemoryLibOptPei/Ia32/SetMem32.S b/MdePkg/Library/BaseMemoryLibOptPei/Ia32/SetMem32.S index 455af20573..e75bf4d9e6 100644 --- a/MdePkg/Library/BaseMemoryLibOptPei/Ia32/SetMem32.S +++ b/MdePkg/Library/BaseMemoryLibOptPei/Ia32/SetMem32.S @@ -21,7 +21,7 @@ # #------------------------------------------------------------------------------ -.globl _InternalMemSetMem32 +.globl ASM_PFX(InternalMemSetMem32) #------------------------------------------------------------------------------ # VOID * @@ -31,7 +31,7 @@ # IN UINT32 Value # ) #------------------------------------------------------------------------------ -_InternalMemSetMem32: +ASM_PFX(InternalMemSetMem32): push %edi movl 16(%esp),%eax movl 8(%esp),%edi |