diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-04 05:24:43 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-04 05:24:43 +0000 |
commit | 8138a06bf7615a4244c5f0657198a332c1381b44 (patch) | |
tree | 27ecb46db2f2cffee415a0d1c05f9b4587706874 /EdkCompatibilityPkg | |
parent | 06b360150c807676e24ee2641397fa095b0ebaa1 (diff) | |
download | edk2-platforms-8138a06bf7615a4244c5f0657198a332c1381b44.tar.xz |
a statement ".radix D" which cause build break for *NIX IPF tool-chain. This is temperarily comment out. This .s file will be reimplemented to follow EDKII's MdePkg's BaseLib's IPF instruction flush code.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6829 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/PioFlush.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/PioFlush.s b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/PioFlush.s index e48a5e427d..f31136a4b9 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 D
.section .text, "ax", "progbits"
.align 32
.section .pdata, "a", "progbits"
|