]> git.proxmox.com Git - mirror_edk2.git/commitdiff
refine the comments
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 18 Nov 2008 06:01:24 +0000 (06:01 +0000)
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 18 Nov 2008 06:01:24 +0000 (06:01 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6571 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Library/BaseLib.h

index 300e4206c3822307f63959f3399c2422319dc232..8f490e6d86a78ca30fa1037bc96e612f1c427bfa 100644 (file)
@@ -3845,9 +3845,11 @@ AsmReadPsr (
 \r
 /**\r
   Writes the current value of 64-bit Processor Status Register (PSR).\r
+\r
   No parameter checking is performed on Value.  All bits of Value corresponding to\r
-  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.\r
-  This function is only available on IPF.\r
+  reserved fields of PSR must be 0 or a Reserved Register/Field fault may occur.\r
+  The caller must either guarantee that Value is valid, or the caller must set up\r
+  fault handlers to catch the faults. This function is only available on IPF.\r
 \r
   @param Value         The 64-bit value to write to PSR.\r
 \r