X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fruntime%2Fppc-arch.c;h=bf4b37fd661722b9c5a975771d8fef3bf8191422;hb=5563d2712045491695f68c018dbdd1233faca4e5;hp=df302e1e88d95f382b0a1faf6e59869a05587b87;hpb=c01ff86b012283af04641a02e45f066aa7cdb10c;p=sbcl.git diff --git a/src/runtime/ppc-arch.c b/src/runtime/ppc-arch.c index df302e1..bf4b37f 100644 --- a/src/runtime/ppc-arch.c +++ b/src/runtime/ppc-arch.c @@ -125,12 +125,9 @@ static void sigtrap_handler(int signal, siginfo_t *siginfo, os_context_t *context) { u32 code; - sigset_t *mask; #ifdef LISP_FEATURE_LINUX os_restore_fp_control(context); #endif - mask=(os_context_sigmask_addr(context)); - sigsetmask(mask); code=*((u32 *)(*os_context_pc_addr(context))); if (code == ((3 << 26) | (16 << 21) | (reg_ALLOC << 16))) { /* twlti reg_ALLOC,0 - check for deferred interrupt */