Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/taskdump/taskdump.c

    r63594c0 r7e752b2  
    326326
    327327        sym_pc = fmt_sym_address(pc);
    328         printf("Thread %p: PC = %s. FP = %p\n", (void *) thash,
     328        printf("Thread %p crashed at %s. FP = %p\n", (void *) thash,
    329329            sym_pc, (void *) fp);
    330330        free(sym_pc);
Note: See TracChangeset for help on using the changeset viewer.