Changeset 94d484a in mainline for uspace/app/sbi/src/run_t.h


Ignore:
Timestamp:
2010-03-07T17:45:33Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d0febca
Parents:
fa36f29
Message:

Update SBI to rev. 90.

File:
1 edited

Legend:

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

    rfa36f29 r94d484a  
    7474
    7575        /** Return from function */
    76         bm_fun
    77 } run_bailout_mode;
     76        bm_fun,
     77
     78        /** Exception */
     79        bm_exc
     80} run_bailout_mode_t;
    7881
    7982/** Thread activation record
     
    8689
    8790        /** Bailout mode */
    88         run_bailout_mode bo_mode;
     91        run_bailout_mode_t bo_mode;
     92
     93        /** Exception payload */
     94        struct rdata_value *exc_payload;
    8995} run_thread_ar_t;
    9096
Note: See TracChangeset for help on using the changeset viewer.