diff options
author | Gao, Liming <liming.gao@intel.com> | 2014-08-11 07:05:49 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-08-11 07:05:49 +0000 |
commit | 1be8039054d81cd5e5f602a6f3cd13a062cc2900 (patch) | |
tree | 619b29b40a4279154026f184c4f82a2fa5cb2185 /MdePkg/Library/BaseMemoryLibSse2/Ia32 | |
parent | 31122d8c9ac34b8936cf09649cad6a8cbc93bbb9 (diff) | |
download | edk2-platforms-1be8039054d81cd5e5f602a6f3cd13a062cc2900.tar.xz |
MdePkg: Fix Clang build failure
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gao, Liming <liming.gao@intel.com>
Reviewed-by: Andrew Fish <afish@apple.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15784 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseMemoryLibSse2/Ia32')
-rw-r--r-- | MdePkg/Library/BaseMemoryLibSse2/Ia32/SetMem.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseMemoryLibSse2/Ia32/SetMem.S b/MdePkg/Library/BaseMemoryLibSse2/Ia32/SetMem.S index 59ef940d8e..63e2a993e7 100644 --- a/MdePkg/Library/BaseMemoryLibSse2/Ia32/SetMem.S +++ b/MdePkg/Library/BaseMemoryLibSse2/Ia32/SetMem.S @@ -21,7 +21,7 @@ #
#------------------------------------------------------------------------------
- .686:
+
#.MODEL flat,C
.xmm:
.code:
|