]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/CpuDxe/Cpu.c
Fix the build break in two open source packages caused by check in 10660.
[mirror_edk2.git] / DuetPkg / CpuDxe / Cpu.c
index 42ffcd6c85e006835891ce36c6927414a0b41449..8f44b97dde2847a1547bbdababb93ab5452eb17b 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2006, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2006, 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
@@ -343,7 +343,7 @@ DumpExceptionDataDebugOut (
 \r
   ErrorCodeFlag = 0x00027d00;\r
 \r
-#ifdef EFI32\r
+#ifdef MDE_CPU_IA32\r
   DEBUG ((\r
     EFI_D_ERROR,\r
     "!!!! IA32 Exception Type - %08x !!!!\n",\r
@@ -563,7 +563,7 @@ DumpExceptionDataVgaOut (
   VideoBufferBase = (CHAR16 *) (UINTN) 0xb8000;\r
   VideoBuffer     = (CHAR16 *) (UINTN) 0xb8000;\r
 \r
-#ifdef EFI32\r
+#ifdef MDE_CPU_IA32\r
   UnicodeSPrintAsciiFormat (\r
     VideoBuffer,\r
     COLUMN_MAX * sizeof (CHAR16),\r