mirror of https://github.com/acidanthera/audk.git
refine the comments
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6571 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
b6c4ecad36
commit
223883198e
|
@ -3845,9 +3845,11 @@ AsmReadPsr (
|
|||
|
||||
/**
|
||||
Writes the current value of 64-bit Processor Status Register (PSR).
|
||||
|
||||
No parameter checking is performed on Value. All bits of Value corresponding to
|
||||
reserved fields of PSR must be 0 or a Reserved Register/Field fault may occur. The caller must either guarantee that Value is valid, or the caller must set up fault handlers to catch the faults.
|
||||
This function is only available on IPF.
|
||||
reserved fields of PSR must be 0 or a Reserved Register/Field fault may occur.
|
||||
The caller must either guarantee that Value is valid, or the caller must set up
|
||||
fault handlers to catch the faults. This function is only available on IPF.
|
||||
|
||||
@param Value The 64-bit value to write to PSR.
|
||||
|
||||
|
|
Loading…
Reference in New Issue