Changeset ae7d03c in mainline for uspace/app/sbi/src/run_expr.c
- Timestamp:
- 2018-05-10T13:39:19Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e8975278
- Parents:
- b277bef
- git-author:
- Jiri Svoboda <jiri@…> (2018-05-10 07:38:12)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-05-10 13:39:19)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/run_expr.c
rb277bef rae7d03c 805 805 * @param v2 Value of second argument 806 806 * @param res Place to store result 807 */807 */ 808 808 static void run_binop_char(run_t *run, stree_binop_t *binop, rdata_value_t *v1, 809 809 rdata_value_t *v2, rdata_item_t **res) … … 878 878 * @param v2 Value of second argument 879 879 * @param res Place to store result 880 */880 */ 881 881 static void run_binop_int(run_t *run, stree_binop_t *binop, rdata_value_t *v1, 882 882 rdata_value_t *v2, rdata_item_t **res) … … 2577 2577 * @param assign Assignment expression 2578 2578 * @param res Place to store result 2579 */2579 */ 2580 2580 static void run_assign(run_t *run, stree_assign_t *assign, rdata_item_t **res) 2581 2581 {
Note:
See TracChangeset
for help on using the changeset viewer.