Changeset 3848 for branches


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
  • branches/libc-0.6/src/emx/src/lib/sys/b_panic.c

    r3370 r3848  
    318318            PRINT_C(" pri=0x");  PRINT_H16(pTib->tib_ptib2->tib2_ulpri);
    319319            PRINT_C(" mc=0x");   PRINT_H16(pTib->tib_ptib2->tib2_usMCCount);
     320            PRINT_C(" ps=0x");   PRINT_H16(pPib->pib_flstatus);
    320321
    321322            /* executable name. */
Note: See TracChangeset for help on using the changeset viewer.