Changeset 1ebc1a62 in mainline for uspace/app/sbi/src/run_t.h


Ignore:
Timestamp:
2010-03-29T20:30:29Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a95310e
Parents:
5da468e
Message:

Update SBI to rev. 157.

File:
1 edited

Legend:

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

    r5da468e r1ebc1a62  
    8080
    8181        /** Exception */
    82         bm_exc
     82        bm_exc,
     83
     84        /** Unrecoverable runtime error */
     85        bm_error
    8386} run_bailout_mode_t;
    8487
     
    9699        /** Exception payload */
    97100        struct rdata_value *exc_payload;
     101
     102        /** @c b_true if a run-time error occured. */
     103        bool_t error;
    98104} run_thread_ar_t;
    99105
Note: See TracChangeset for help on using the changeset viewer.