diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-24 05:51:07 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-24 05:51:07 +0000 |
commit | 572b6b1acbdc881c7ffc6dc004893929ce1b2679 (patch) | |
tree | eac3e8067ce2748a9a394c469a8ece5e83898cbd | |
parent | 83c20be1a473cf54f28f159ecebd615ebc70e5b8 (diff) | |
download | edk2-platforms-572b6b1acbdc881c7ffc6dc004893929ce1b2679.tar.xz |
rename filename to match the actual ones.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6212 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdePkg/Library/BaseLib/BaseLib.inf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MdePkg/Library/BaseLib/BaseLib.inf b/MdePkg/Library/BaseLib/BaseLib.inf index c5124cf43d..f78f10568a 100644 --- a/MdePkg/Library/BaseLib/BaseLib.inf +++ b/MdePkg/Library/BaseLib/BaseLib.inf @@ -591,11 +591,11 @@ Ipf/CpuBreakpointMsc.c | MSFT
Ipf/Unaligned.c
Ipf/SwitchStack.s
- Ipf/longjmp.s
- Ipf/setjmp.s
+ Ipf/LongJmp.s
+ Ipf/SetJmp.s
Ipf/PalCallStatic.s
- Ipf/ia_64gen.h
- Ipf/asm.h
+ Ipf/Ia64gen.h
+ Ipf/Asm.h
Math64.c
Synchronization.c | INTEL
SynchronizationMsc.c | MSFT
|