]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg BaseLib: Add the missing nasm source file InternalSwitchStack.nasm
authorLiming Gao <liming.gao@intel.com>
Thu, 14 Jul 2016 06:02:47 +0000 (14:02 +0800)
committerLiming Gao <liming.gao@intel.com>
Wed, 20 Jul 2016 05:24:30 +0000 (13:24 +0800)
commit65960189249ec2ee40864e670056faa3831453f8
treec0025f2f8c092032d50a72cdcc3f6b953d2ead70
parent970a9a8ba3440281184b70cb9e44beee7c49a077
MdePkg BaseLib: Add the missing nasm source file InternalSwitchStack.nasm

BaseLib Ia32 InternalSwitchStack.S has no matched InternalSwitchStack.nasm.
Use ObjDump to verify the output object files be same.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>
MdePkg/Library/BaseLib/BaseLib.inf
MdePkg/Library/BaseLib/Ia32/InternalSwitchStack.nasm [new file with mode: 0644]