Revision 0bf9e31a linux-user/signal.c

b/linux-user/signal.c
584 584
        return -EINVAL;
585 585
    k = &sigact_table[sig - 1];
586 586
#if defined(DEBUG_SIGNAL)
587
    fprintf(stderr, "sigaction sig=%d act=0x%08x, oact=0x%08x\n",
588
            sig, (int)act, (int)oact);
587
    fprintf(stderr, "sigaction sig=%d act=0x%p, oact=0x%p\n",
588
            sig, act, oact);
589 589
#endif
590 590
    if (oact) {
591 591
        oact->_sa_handler = tswapl(k->_sa_handler);

Also available in: Unified diff