Commit c187e58f by Ian Lance Taylor

runtime: Fix build on systems without split stack.

From Uros Bizjak.

From-SVN: r203703
parent f93cbffc
...@@ -399,7 +399,9 @@ sig_tramp_info (int sig, Siginfo *info, void *context) ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment