Changeset 38aaacc2 in mainline for uspace/app/sbi/src/main.c


Ignore:
Timestamp:
2010-04-23T21:41:10Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f4f866c
Parents:
074444f
Message:

Update SBI to rev. 207.

File:
1 edited

Legend:

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

    r074444f r38aaacc2  
    9292                return 1;
    9393
     94        /* Resolve ancestry. */
     95        ancr_module_process(program, program->module);
     96
     97        /* Bind internal interpreter references to symbols. */
     98        builtin_bind(program->builtin);
     99
    94100        /* Process all source files specified in command-line arguments. */
    95101        while (argc > 0) {
Note: See TracChangeset for help on using the changeset viewer.