~jsvoboda/helenos/sysel

« back to all changes in this revision

Viewing changes to uspace/app/sbi/src/stype_t.h

  • 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:
53
53
 
54
54
        /** Block activation records */
55
55
        list_t block_vr; /* of run_block_ar_t */
 
56
 
 
57
        /** Number of active breakable statements (for break checking). */
 
58
        int bstat_cnt;
56
59
} stype_proc_vr_t;
57
60
 
58
61
/** Static typer state object */