runtime: Fix build on systems without split stack.

From Uros Bizjak.

From-SVN: r203703
This commit is contained in:
Ian Lance Taylor 2013-10-16 13:37:35 +00:00
parent f93cbffcb4
commit c187e58fa2
1 changed files with 2 additions and 0 deletions

View File

@ -399,7 +399,9 @@ sig_tramp_info (int sig, Siginfo *info, void *context)
{ {
G *gp; G *gp;
M *mp; M *mp;
#ifdef USING_SPLIT_STACK
void *stack_context[10]; void *stack_context[10];
#endif
/* We are now running on the stack registered via sigaltstack. /* We are now running on the stack registered via sigaltstack.
(Actually there is a small span of time between runtime_siginit (Actually there is a small span of time between runtime_siginit