From: malc Date: Mon, 8 Aug 2011 09:46:51 +0000 (+0400) Subject: Unbreak the build on ppc32 X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~5633 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=32b746775d828b016cd19ef99fcd9bf1d085c7bc;p=sdk%2Femulator%2Fqemu.git Unbreak the build on ppc32 Signed-off-by: malc --- diff --git a/coroutine-ucontext.c b/coroutine-ucontext.c index 41c2379..42dc3e2 100644 --- a/coroutine-ucontext.c +++ b/coroutine-ucontext.c @@ -133,7 +133,7 @@ static Coroutine *coroutine_new(void) CoroutineUContext *co; ucontext_t old_uc, uc; jmp_buf old_env; - union cc_arg arg; + union cc_arg arg = {0}; /* The ucontext functions preserve signal masks which incurs a system call * overhead. setjmp()/longjmp() does not preserve signal masks but only