mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 21:54:27 +02:00
Correct CpuPause.s to ICC11.
Signed-off-by: lgao4 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12565 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
7ad45baa7d
commit
9c24540944
@ -1,4 +1,4 @@
|
|||||||
/// Copyright (c) 2004, Intel Corporation. All rights reserved.<BR>
|
/// Copyright (c) 2004 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||||
/// This program and the accompanying materials
|
/// This program and the accompanying materials
|
||||||
/// are licensed and made available under the terms and conditions of the BSD License
|
/// 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
|
/// which accompanies this distribution. The full text of the license may be found at
|
||||||
@ -21,6 +21,6 @@
|
|||||||
.proc CpuPause
|
.proc CpuPause
|
||||||
.type CpuPause, @function
|
.type CpuPause, @function
|
||||||
CpuPause::
|
CpuPause::
|
||||||
hint 0 //@pause
|
hint.i @pause
|
||||||
br.ret.sptk.many b0
|
br.ret.sptk.many b0
|
||||||
.endp
|
.endp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user