Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ipc/ipc.c

    rfeeac0d r466e95f7  
    774774static void ipc_print_call_list(list_t *list)
    775775{
    776         list_foreach(*list, ab_link, call_t, call) {
     776        list_foreach(*list, cur) {
     777                call_t *call = list_get_instance(cur, call_t, ab_link);
     778               
    777779#ifdef __32_BITS__
    778780                printf("%10p ", call);
Note: See TracChangeset for help on using the changeset viewer.