audk/MdeModulePkg/Universal/EbcDxe
Samer El-Haj-Mahmoud elhaj b15aae9f2e Fix X64 native function call prolog. Prepare space for at least 4 arguments,
even if the native function's arguments are less than 4.
 
From MSDN x64 Software Conventions, Overview of x64 Calling Conventions:
“The caller is responsible for allocating space for parameters to the
callee, and must always allocate sufficient space for the 4 register
parameters, even if the callee doesn’t have that many parameters.
This aids in the simplicity of supporting C unprototyped functions,
and vararg C/C++ functions.”
 
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Samer El-Haj-Mahmoud elhaj@hp.com 
Reviewed by: Jiewen Yao <Jiewen.Yao@intel.com>
Reviewed by: Feng Tian <Feng.Tian@intel.com>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16152 6f19259b-4bc3-4df7-8a09-765794883524
2014-09-22 05:54:41 +00:00
..
Ia32 1) Add type cast for better coding style. 2014-08-07 08:54:34 +00:00
Ipf Add Missing invocations to VA_END() for VA_START(). 2012-02-01 06:06:08 +00:00
X64 Fix X64 native function call prolog. Prepare space for at least 4 arguments, 2014-09-22 05:54:41 +00:00
EbcDxe.inf MdeModulePkg: INF/DEC file updates to EDK II packages 2014-08-28 06:34:06 +00:00
EbcDxe.uni MdeModulePkg: Convert non DOS format files to DOS format and remove unused module UNI files. 2014-09-03 08:39:12 +00:00
EbcDxeExtra.uni MdeModulePkg: INF/DEC file updates to EDK II packages 2014-08-28 06:53:43 +00:00
EbcExecute.c 1) Add type cast for better coding style. 2014-08-07 08:54:34 +00:00
EbcExecute.h Clean up the private GUID definition in module Level. 2011-09-18 12:21:01 +00:00
EbcInt.c 1) Fix GCC version EBC interpreter bug. 2011-11-21 08:35:14 +00:00
EbcInt.h 1) Fix GCC version EBC interpreter bug. 2011-11-21 08:35:14 +00:00