diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-23 06:20:02 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-23 06:20:02 +0000 |
commit | 1f86b07d91e78e998991659cfc4d625b3e3e3171 (patch) | |
tree | 74fdd4f3ef7aa607469ec26e9cf0c91fb32ee752 /MdePkg/Library/BaseLib/Ia32/ReadSs.S | |
parent | 6b3a2ca003f15e4b35b7909e8fa0c8c7c67540db (diff) | |
download | edk2-platforms-1f86b07d91e78e998991659cfc4d625b3e3e3171.tar.xz |
Update GCC assembly files for MdePkg/Library/BaseLib/Ia32
1. Fix bugs in assembly instructions
2. Change module names in comments from .asm to .S
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6193 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/ReadSs.S')
-rw-r--r-- | MdePkg/Library/BaseLib/Ia32/ReadSs.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/ReadSs.S b/MdePkg/Library/BaseLib/Ia32/ReadSs.S index 4f15248f1a..9645c0c9f1 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadSs.S +++ b/MdePkg/Library/BaseLib/Ia32/ReadSs.S @@ -1,6 +1,6 @@ #------------------------------------------------------------------------------
#
-# Copyright (c) 2006, Intel Corporation
+# Copyright (c) 2006 - 2008, Intel Corporation
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
@@ -11,7 +11,7 @@ #
# Module Name:
#
-# ReadSs.Asm
+# ReadSs.S
#
# Abstract:
#
|