X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2Fmono-context.c;h=81f3ca84ec30ae4da29072e8b9db66d8beb0a4d4;hb=cff7efdb32771201078d0c1a0df2be714a66c6f1;hp=ef33f23bd95dbf74de646e811851a6d2ede7a39a;hpb=0a1e3ddf05121c7a43349babb5915db3eb1da4c6;p=mono.git diff --git a/mono/utils/mono-context.c b/mono/utils/mono-context.c index ef33f23bd95..81f3ca84ec3 100644 --- a/mono/utils/mono-context.c +++ b/mono/utils/mono-context.c @@ -245,12 +245,15 @@ mono_monoctx_to_sigctx (MonoContext *mctx, void *ctx) #include #include +#include void 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; @@ -269,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;