diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-19 15:22:53 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-19 15:22:53 +0000 |
commit | 6f890d5b408233e5a305163a3f1d634a8b5d5744 (patch) | |
tree | f08e5a96e7fc6c7789269776e7022f31266064ed /MdePkg/Library/BaseLib/X64/ReadDs.S | |
parent | ee6c452c81f135a53f918761f02333ee57d7776d (diff) | |
download | edk2-platforms-6f890d5b408233e5a305163a3f1d634a8b5d5744.tar.xz |
Detab
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6639 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseLib/X64/ReadDs.S')
-rw-r--r-- | MdePkg/Library/BaseLib/X64/ReadDs.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/X64/ReadDs.S b/MdePkg/Library/BaseLib/X64/ReadDs.S index 8f6576ab2d..ee32e0814b 100644 --- a/MdePkg/Library/BaseLib/X64/ReadDs.S +++ b/MdePkg/Library/BaseLib/X64/ReadDs.S @@ -32,5 +32,5 @@ .global ASM_PFX(AsmReadDs)
.align 16
ASM_PFX(AsmReadDs):
- movl %ds, %eax
+ movl %ds, %eax
ret
|