]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/Library/BaseUefiCpuLib/X64/InitializeFpu.asm
Update the copyright notice format
[mirror_edk2.git] / UefiCpuPkg / Library / BaseUefiCpuLib / X64 / InitializeFpu.asm
index 34c6de6f53cf482e9b77ae1c4f8c8dd5d58b055e..0a036b6ae39cb17dfcef6d0f2ab006faeb237984 100644 (file)
@@ -1,7 +1,7 @@
 ;------------------------------------------------------------------------------\r
 ;*\r
-;*   Copyright 2009, Intel Corporation\r
-;*   All rights reserved. This program and the accompanying materials\r
+;*   Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>\r
+;*   This program and the accompanying materials\r
 ;*   are licensed and made available under the terms and conditions of the BSD License\r
 ;*   which accompanies this distribution.  The full text of the license may be found at\r
 ;*   http://opensource.org/licenses/bsd-license.php\r
@@ -41,7 +41,10 @@ InitializeFloatingPointUnits PROC PUBLIC
     ;\r
     ; Initialize floating point units\r
     ;\r
-    finit\r
+    ; The following opcodes stand for instruction 'finit' \r
+    ; to be supported by some 64-bit assemblers\r
+    ;\r
+    DB      9Bh, 0DBh, 0E3h\r
     fldcw   mFpuControlWord\r
     \r
     ;\r