From 9fd4915febf59e2767e71a748d94c25246a744c6 Mon Sep 17 00:00:00 2001 From: xli24 Date: Thu, 4 Dec 2008 06:06:00 +0000 Subject: [PATCH] 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 --- .../Foundation/Library/Pei/PeiLib/Ipf/PioFlush.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2