X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2Fmono-context.c;h=81f3ca84ec30ae4da29072e8b9db66d8beb0a4d4;hb=cff7efdb32771201078d0c1a0df2be714a66c6f1;hp=81e2fe69b353d55e41be11e2874a025cb9006575;hpb=84c7bb461393c093b706670bcbb483318eddc357;p=mono.git diff --git a/mono/utils/mono-context.c b/mono/utils/mono-context.c index 81e2fe69b35..81f3ca84ec3 100644 --- a/mono/utils/mono-context.c +++ b/mono/utils/mono-context.c @@ -252,6 +252,8 @@ mono_sigctx_to_monoctx (void *sigctx, MonoContext *mctx) { #ifdef MONO_CROSS_COMPILE g_assert_not_reached (); +#elif defined(__native_client__) + g_assert_not_reached (); #else arm_ucontext *my_uc = sigctx; @@ -270,6 +272,8 @@ mono_monoctx_to_sigctx (MonoContext *mctx, void *ctx) { #ifdef MONO_CROSS_COMPILE g_assert_not_reached (); +#elif defined(__native_client__) + g_assert_not_reached (); #else arm_ucontext *my_uc = ctx;