]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFspPkg/FspSecCore/Ia32/InitializeFpu.s
Update IntelFspPkg according to FSP1.1.
[mirror_edk2.git] / IntelFspPkg / FspSecCore / Ia32 / InitializeFpu.s
index cfec8d7df5627bb8b24c744a73e128e15e6be44b..ed1ce0ef57660c9ca1634088c982878c434e7000 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2014 - 2015, 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
@@ -58,7 +58,7 @@ ASM_PFX(InitializeFloatingPointUnits):
     # Set OSFXSR bit 9 in CR4\r
     #\r
     movl    %cr4, %eax\r
-    or      BIT9, %eax\r
+    orl     $BIT9, %eax\r
     movl    %eax, %cr4\r
 \r
     #\r