~jsvoboda/helenos/sysel

« back to all changes in this revision

Viewing changes to uspace/app/sbi/src/imode.c

  • Committer: Jiri Svoboda
  • Date: 2010-05-08 08:10:44 UTC
  • Revision ID: jiri@wiwaxia-20100508081044-5hvcjwu15rsfvgnv
Update SBI to rev. 244.

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
        fun_sym->u.fun = fun;
116
116
        fun->name = stree_ident_new();
117
117
        fun->name->sid = strtab_get_sid("$imode");
 
118
        fun->sig = stree_fun_sig_new();
118
119
 
119
120
        stype.proc_vr->proc = proc;
120
121
        fun->symbol = fun_sym;