diff options
author | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-05-19 22:43:26 +0000 |
---|---|---|
committer | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-05-19 22:43:26 +0000 |
commit | 4cbd855edf89ee4d98642e5e3682581868c786c3 (patch) | |
tree | e8ea66fc57f20e19520fa04f361f1cc638adcad9 /EdkModulePkg/Universal/DebugSupport | |
parent | dc13f95d78df4b9dadfdc49c56dee81789a6ac81 (diff) | |
download | edk2-platforms-4cbd855edf89ee4d98642e5e3682581868c786c3.tar.xz |
Fix capitalization
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@219 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkModulePkg/Universal/DebugSupport')
-rw-r--r-- | EdkModulePkg/Universal/DebugSupport/Dxe/DebugSupport.msa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/EdkModulePkg/Universal/DebugSupport/Dxe/DebugSupport.msa b/EdkModulePkg/Universal/DebugSupport/Dxe/DebugSupport.msa index 1986c1d835..32618a00bf 100644 --- a/EdkModulePkg/Universal/DebugSupport/Dxe/DebugSupport.msa +++ b/EdkModulePkg/Universal/DebugSupport/Dxe/DebugSupport.msa @@ -42,8 +42,8 @@ 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.asm</Filename>
- <Filename>ia32/plDebugSupport.c</Filename>
+ <Filename>Ia32/AsmFuncs.s</Filename>
+ <Filename>Ia32/plDebugSupport.c</Filename>
</Arch>
<Arch ArchType="IPF">
<Filename>ipf/AsmFuncs.s</Filename>
|