Changeset 1ebc1a62 in mainline for uspace/app/sbi/src/run_t.h
- Timestamp:
- 2010-03-29T20:30:29Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a95310e
- Parents:
- 5da468e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/run_t.h
r5da468e r1ebc1a62 80 80 81 81 /** Exception */ 82 bm_exc 82 bm_exc, 83 84 /** Unrecoverable runtime error */ 85 bm_error 83 86 } run_bailout_mode_t; 84 87 … … 96 99 /** Exception payload */ 97 100 struct rdata_value *exc_payload; 101 102 /** @c b_true if a run-time error occured. */ 103 bool_t error; 98 104 } run_thread_ar_t; 99 105
Note:
See TracChangeset
for help on using the changeset viewer.