Ignore:
File:
1 edited

Legend:

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

    r23de644 r1ebc1a62  
    4040#include <stdio.h>
    4141#include <stdlib.h>
    42 #include "os/os.h"
    4342#include "ancr.h"
    4443#include "assert.h"
     
    123122        list_append(&run.thread_ar->proc_ar, proc_ar);
    124123
    125         printf("SBI interactive mode. ");
    126         os_input_disp_help();
    127 
    128124        quit_im = b_false;
    129125        while (quit_im != b_true) {
     
    156152                run_stat(&run, stat, &rexpr);
    157153
    158                 /* Check for unhandled exceptions. */
    159                 run_exc_check_unhandled(&run);
    160 
    161154                if (rexpr != NULL) {
    162155                        /* Convert expression result to value item. */
Note: See TracChangeset for help on using the changeset viewer.