mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 15:11:41 +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
|
#endif
|
||||||
#define _crt_va_arg(ap,t) (*(t*)((ap += _SLOTSIZEOF(t) + _APALIGN(t,ap)) - _SLOTSIZEOF(t)))
|
#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 _crt_va_end(ap) ( ap = (va_list)0 )
|
||||||
|
#define __va_copy(d,s) ((void)((d) = (s)))
|
||||||
#else //if defined(_M_IA64) || defined(_M_CEE)
|
#else //if defined(_M_IA64) || defined(_M_CEE)
|
||||||
#error Please implement me
|
#error Please implement me
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue