Changeset 3848 for trunk


Ignore:
Timestamp:
Mar 16, 2014, 10:15:48 PM (11 years ago)
Author:
bird
Message:

Display the process status in panic messages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libc/src/kNIX/os2/b_panic.c

    r3370 r3848  
    303303            PRINT_C(" pri=0x");  PRINT_H16(pTib->tib_ptib2->tib2_ulpri);
    304304            PRINT_C(" mc=0x");   PRINT_H16(pTib->tib_ptib2->tib2_usMCCount);
     305            PRINT_C(" ps=0x");   PRINT_H16(pPib->pib_flstatus);
    305306
    306307            /* executable name. */
Note: See TracChangeset for help on using the changeset viewer.