mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Merge remote-tracking branch 'lightening/master'
This commit is contained in:
commit
74eafacff0
1 changed files with 4 additions and 0 deletions
|
@ -328,6 +328,10 @@ reset_abi_arg_iterator(struct abi_arg_iterator *iter, size_t argc,
|
|||
memset(iter, 0, sizeof *iter);
|
||||
iter->argc = argc;
|
||||
iter->args = args;
|
||||
#if __CYGWIN__ && __X64
|
||||
// Reserve slots on the stack for 4 register parameters (8 bytes each).
|
||||
iter->stack_size = 32;
|
||||
#endif
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue