mirror of
https://github.com/reactos/reactos.git
synced 2025-05-01 11:39:58 +00:00
[CRT]
add __va_copy for ARM svn path=/trunk/; revision=67727
This commit is contained in:
parent
6b9a175dfb
commit
7b2824f7ee
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ extern "C" {
|
|||
#endif
|
||||
#define _crt_va_arg(ap,t) (*(t*)((ap += _SLOTSIZEOF(t) + _APALIGN(t,ap)) - _SLOTSIZEOF(t)))
|
||||
#define _crt_va_end(ap) ( ap = (va_list)0 )
|
||||
#define __va_copy(d,s) ((void)((d) = (s)))
|
||||
#else //if defined(_M_IA64) || defined(_M_CEE)
|
||||
#error Please implement me
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue