Remove macro usage of EFI32, EFI64 in duet package.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8100 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2
2009-04-16 06:27:51 +00:00
parent 6c8e40caa9
commit 72be1c7a37
4 changed files with 6 additions and 9 deletions

View File

@@ -343,7 +343,7 @@ DumpExceptionDataDebugOut (
ErrorCodeFlag = 0x00027d00;
#ifdef EFI32
#ifdef MDE_CPU_IA32
DEBUG ((
EFI_D_ERROR,
"!!!! IA32 Exception Type - %08x !!!!\n",
@@ -563,7 +563,7 @@ DumpExceptionDataVgaOut (
VideoBufferBase = (CHAR16 *) (UINTN) 0xb8000;
VideoBuffer = (CHAR16 *) (UINTN) 0xb8000;
#ifdef EFI32
#ifdef MDE_CPU_IA32
UnicodeSPrintAsciiFormat (
VideoBuffer,
COLUMN_MAX * sizeof (CHAR16),