Ignore:
File:
1 edited

Legend:

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

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