Fix CRLF format

Signed-off-by: Tian, Hot <hot.tian@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15162 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Tian, Hot
2014-01-22 08:41:16 +00:00
committed by hhtian
parent af0202a4ca
commit 7798fb83de
5 changed files with 268 additions and 268 deletions

View File

@@ -28,13 +28,13 @@ mMmxControlWord DD 01F80h
.code
;
;
; Initializes floating point units for requirement of UEFI specification.
;
; This function initializes floating-point control word to 0x027F (all exceptions
; masked,double-precision, round-to-nearest) and multimedia-extensions control word
; (if supported) to 0x1F80 (all exceptions masked, round-to-nearest, flush to zero
; for masked underflow).
; for masked underflow).
;
InitializeFloatingPointUnits PROC PUBLIC