Changeset 1ef0fc3 in mainline for uspace/app/sbi/src/imode.c


Ignore:
Timestamp:
2010-04-10T11:19:18Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d7e45c8
Parents:
2721a75 (diff), 074444f (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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sbi/src/imode.c

    r2721a75 r1ef0fc3  
    4747#include "list.h"
    4848#include "mytypes.h"
     49#include "program.h"
    4950#include "rdata.h"
    5051#include "stree.h"
     
    9091        builtin_declare(program);
    9192
     93        /* Process the library. */
     94        if (program_lib_process(program) != EOK)
     95                exit(1);
     96
    9297        /* Resolve ancestry. */
    9398        ancr_module_process(program, program->module);
     
    130135                parse.error = b_false;
    131136                stype.error = b_false;
     137                run.thread_ar->exc_payload = NULL;
     138                run.thread_ar->bo_mode = bm_none;
    132139
    133140                input_new_interactive(&input);
Note: See TracChangeset for help on using the changeset viewer.