Changeset 640ffe6 in mainline for uspace/app/sbi/src/run.h


Ignore:
Timestamp:
2010-05-08T08:15:57Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4039c77
Parents:
1317380 (diff), 051bc69a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from lp:~jsvoboda/helenos/sysel. New: cspan printing, boolean ops, enums, constructors etc.

File:
1 edited

Legend:

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

    r1317380 r640ffe6  
    6363    rdata_value_t *value);
    6464void run_reference(run_t *run, rdata_var_t *var, rdata_item_t **res);
    65 void run_dereference(run_t *run, rdata_item_t *ref, rdata_item_t **ritem);
     65void run_dereference(run_t *run, rdata_item_t *ref, cspan_t *cspan,
     66    rdata_item_t **ritem);
    6667
    67 void run_raise_exc(run_t *run, stree_csi_t *csi);
     68void run_raise_exc(run_t *run, stree_csi_t *csi, cspan_t *cspan);
    6869bool_t run_is_bo(run_t *run);
    6970
Note: See TracChangeset for help on using the changeset viewer.