diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-18 06:01:24 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-18 06:01:24 +0000 |
commit | 223883198eb3dcf9b3bd9eb5a5676ff2b5213063 (patch) | |
tree | b1cad9dd0d803e455efb60be8bb8b89b5febd24c /MdePkg/Include/Library | |
parent | b6c4ecad36684d6d83c36dbf0db6d383eb2fdded (diff) | |
download | edk2-223883198eb3dcf9b3bd9eb5a5676ff2b5213063.zip edk2-223883198eb3dcf9b3bd9eb5a5676ff2b5213063.tar.gz edk2-223883198eb3dcf9b3bd9eb5a5676ff2b5213063.tar.bz2 |
refine the comments
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6571 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library')
-rw-r--r-- | MdePkg/Include/Library/BaseLib.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/MdePkg/Include/Library/BaseLib.h b/MdePkg/Include/Library/BaseLib.h index 300e420..8f490e6 100644 --- a/MdePkg/Include/Library/BaseLib.h +++ b/MdePkg/Include/Library/BaseLib.h @@ -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.
|