Ignore:
Timestamp:
Apr 14, 2002, 1:42:05 AM (23 years ago)
Author:
umoeller
Message:

Lots of changes from the last three weeks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/except.c

    r121 r153  
    461461 *@@changed V0.9.13 (2001-06-19) [umoeller]: added global flag for whether this is running
    462462 *@@changed V0.9.16 (2001-11-02) [pr]: make object display signed
     463 *@@changed V0.9.19 (2002-03-28) [umoeller]: added thread ordinal
    463464 */
    464465
     
    659660                    "\nTrapping thread information:"
    660661                    "\n    Thread ID:       0x%lX (%lu)"
     662                    "\n    Thread slot ID:  0x%lX (%lu)"        // added V0.9.19 (2002-03-28) [umoeller]
    661663                    "\n    Priority:        0x%lX\n",
    662664                    ptib->tib_ptib2->tib2_ultid, ptib->tib_ptib2->tib2_ultid,
     665                    ptib->tib_ordinal, ptib->tib_ordinal,
    663666                    ulOldPriority);
    664667        }
Note: See TracChangeset for help on using the changeset viewer.