Changeset 39e8406 in mainline for uspace/app/sbi/src/main.c


Ignore:
Timestamp:
2010-03-20T21:57:13Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b535aeb
Parents:
6ba20a6b
Message:

Update SBI to rev. 128.

File:
1 edited

Legend:

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

    r6ba20a6b r39e8406  
    3636#include "strtab.h"
    3737#include "stree.h"
     38#include "stype.h"
    3839#include "input.h"
    3940#include "lex.h"
     
    4950        parse_t parse;
    5051        stree_program_t *program;
     52        stype_t stype;
    5153        run_t run;
    5254        int rc;
     
    7880        ancr_module_process(program, parse.cur_mod);
    7981
     82        /* Type program. */
     83        stype.program = program;
     84        stype_module(&stype, program->module);
     85
    8086        /* Run program. */
    8187        run_init(&run);
Note: See TracChangeset for help on using the changeset viewer.