mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:36:11 +00:00
Define ALLOCA_S_MARKER_SIZE for arm
svn path=/trunk/; revision=41871
This commit is contained in:
parent
cc54067fdd
commit
9041b47435
1 changed files with 2 additions and 0 deletions
|
@ -104,6 +104,8 @@ extern "C" {
|
|||
#define _ALLOCA_S_MARKER_SIZE 8
|
||||
#elif defined(__ia64__) || defined(__x86_64)
|
||||
#define _ALLOCA_S_MARKER_SIZE 16
|
||||
#elif defined(__arm__)
|
||||
#define _ALLOCA_S_MARKER_SIZE 8
|
||||
#endif
|
||||
|
||||
#if !defined(RC_INVOKED)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue