From: xli24 Date: Thu, 4 Dec 2008 06:06:00 +0000 (+0000) Subject: Use .radix directive that GCC assembly supports. X-Git-Tag: edk2-stable201903~19416 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=9fd4915febf59e2767e71a748d94c25246a744c6 Use .radix directive that GCC assembly supports. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6830 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/PioFlush.s b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/PioFlush.s index f31136a4b9..59107f0aee 100644 --- a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/PioFlush.s +++ b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/PioFlush.s @@ -20,7 +20,7 @@ //-- .file "pioflush.c" -// .radix D + .radix C .section .text, "ax", "progbits" .align 32 .section .pdata, "a", "progbits"