Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sbi/src/imode.c

    r051bc69a rc5cb943d  
    130130
    131131        /* Construct run context. */
     132        run_gdata_init(&run);
     133
    132134        run.thread_ar = run_thread_ar_new();
    133135        list_init(&run.thread_ar->proc_ar);
    134         run_proc_ar_create(&run, NULL, proc, &proc_ar);
     136        run_proc_ar_create(&run, run.gdata, proc, &proc_ar);
    135137        list_append(&run.thread_ar->proc_ar, proc_ar);
    136138
Note: See TracChangeset for help on using the changeset viewer.