Changeset 39e8406 in mainline for uspace/app/sbi/src/run_t.h
- Timestamp:
- 2010-03-20T21:57:13Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b535aeb
- Parents:
- 6ba20a6b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/run_t.h
r6ba20a6b r39e8406 54 54 struct rdata_var *obj; 55 55 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; 61 58 62 59 /** Block activation records */
Note:
See TracChangeset
for help on using the changeset viewer.