X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=UefiCpuPkg%2FLibrary%2FBaseUefiCpuLib%2FX64%2FInitializeFpu.asm;h=0a036b6ae39cb17dfcef6d0f2ab006faeb237984;hp=34c6de6f53cf482e9b77ae1c4f8c8dd5d58b055e;hb=01a1c0fc9e60dfd6b26bd6d9aa9c3a6242bbb608;hpb=989322c384b180520803654acb69f53de83e45d6 diff --git a/UefiCpuPkg/Library/BaseUefiCpuLib/X64/InitializeFpu.asm b/UefiCpuPkg/Library/BaseUefiCpuLib/X64/InitializeFpu.asm index 34c6de6f53..0a036b6ae3 100644 --- a/UefiCpuPkg/Library/BaseUefiCpuLib/X64/InitializeFpu.asm +++ b/UefiCpuPkg/Library/BaseUefiCpuLib/X64/InitializeFpu.asm @@ -1,7 +1,7 @@ ;------------------------------------------------------------------------------ ;* -;* Copyright 2009, Intel Corporation -;* All rights reserved. This program and the accompanying materials +;* Copyright (c) 2009, Intel Corporation. All rights reserved.
+;* This program and the accompanying materials ;* are licensed and made available under the terms and conditions of the BSD License ;* which accompanies this distribution. The full text of the license may be found at ;* http://opensource.org/licenses/bsd-license.php @@ -41,7 +41,10 @@ InitializeFloatingPointUnits PROC PUBLIC ; ; Initialize floating point units ; - finit + ; The following opcodes stand for instruction 'finit' + ; to be supported by some 64-bit assemblers + ; + DB 9Bh, 0DBh, 0E3h fldcw mFpuControlWord ;