Changeset 39e8406 in mainline for uspace/app/sbi/src/run_t.h


Ignore:
Timestamp:
2010-03-20T21:57:13Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b535aeb
Parents:
6ba20a6b
Message:

Update SBI to rev. 128.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sbi/src/run_t.h

    r6ba20a6b r39e8406  
    5454        struct rdata_var *obj;
    5555
    56         /** Definition of function or property being invoked */
    57         struct stree_symbol *proc_sym;
    58 
    59         /** Main block of procedure being invoked */
    60         struct stree_block *proc_block;
     56        /** Procedure being invoked */
     57        struct stree_proc *proc;
    6158
    6259        /** Block activation records */
Note: See TracChangeset for help on using the changeset viewer.