X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fruntime%2Fppc-arch.c;h=df302e1e88d95f382b0a1faf6e59869a05587b87;hb=8ae1a092ca40928020e48a588f6c47d18d334efe;hp=fb5958ecf389ca632ef8770af5257e2a218f7b83;hpb=343ef95fda9da33830d5ab6aabe5368c898f0918;p=sbcl.git diff --git a/src/runtime/ppc-arch.c b/src/runtime/ppc-arch.c index fb5958e..df302e1 100644 --- a/src/runtime/ppc-arch.c +++ b/src/runtime/ppc-arch.c @@ -158,7 +158,8 @@ sigtrap_handler(int signal, siginfo_t *siginfo, os_context_t *context) break; case trap_PendingInterrupt: - /* when do we run this branch instead of the twlti code above? */ + /* This is supposed run after WITHOUT-INTERRUPTS if there + * were pending signals. */ arch_skip_instruction(context); interrupt_handle_pending(context); break;