diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-05-07 22:47:32 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-05-07 22:47:32 +0000 |
commit | cab979f16135950feb0294d54ddceadceee0082f (patch) | |
tree | 9b873a68dce442132425d6a285eecbf4b3aa15f5 /MdePkg/Library | |
parent | 8f64277dee379413753517fe0d72f0761e144802 (diff) | |
download | edk2-platforms-cab979f16135950feb0294d54ddceadceee0082f.tar.xz |
Fix ICC 11.1 build break
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10466 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library')
-rw-r--r-- | MdePkg/Library/BaseLib/Ipf/CpuPause.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/Ipf/CpuPause.s b/MdePkg/Library/BaseLib/Ipf/CpuPause.s index c740e6496e..111efa9b55 100644 --- a/MdePkg/Library/BaseLib/Ipf/CpuPause.s +++ b/MdePkg/Library/BaseLib/Ipf/CpuPause.s @@ -20,6 +20,6 @@ .proc CpuPause
.type CpuPause, @function
CpuPause::
- hint @pause
+ hint.i @pause
br.ret.sptk.many b0
.endp
|