diff options
author | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-05-19 22:56:36 +0000 |
---|---|---|
committer | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-05-19 22:56:36 +0000 |
commit | c2e4d78faeae40eb6ca2133fdd5deec00e8706b2 (patch) | |
tree | 6389d263ca1df825225fca0f08b29d066e4044ed /EdkModulePkg | |
parent | 4cbd855edf89ee4d98642e5e3682581868c786c3 (diff) | |
download | edk2-platforms-c2e4d78faeae40eb6ca2133fdd5deec00e8706b2.tar.xz |
Change the file extension back to .asm. That was an oops.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@220 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkModulePkg')
-rw-r--r-- | EdkModulePkg/Universal/DebugSupport/Dxe/DebugSupport.msa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkModulePkg/Universal/DebugSupport/Dxe/DebugSupport.msa b/EdkModulePkg/Universal/DebugSupport/Dxe/DebugSupport.msa index 32618a00bf..561ade8b36 100644 --- a/EdkModulePkg/Universal/DebugSupport/Dxe/DebugSupport.msa +++ b/EdkModulePkg/Universal/DebugSupport/Dxe/DebugSupport.msa @@ -42,7 +42,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <Filename>DebugSupport.c</Filename>
<Filename>DebugSupport.dxs</Filename>
<Arch ArchType="IA32">
- <Filename>Ia32/AsmFuncs.s</Filename>
+ <Filename>Ia32/AsmFuncs.asm</Filename>
<Filename>Ia32/plDebugSupport.c</Filename>
</Arch>
<Arch ArchType="IPF">
|