Changeset ecb6ac32 in mainline for uspace/app/sbi/src/imode.c
- Timestamp:
- 2010-04-04T22:32:39Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0a72efc
- Parents:
- 73060801 (diff), 23de644 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/imode.c
r73060801 recb6ac32 40 40 #include <stdio.h> 41 41 #include <stdlib.h> 42 #include "os/os.h" 42 43 #include "ancr.h" 43 44 #include "assert.h" … … 122 123 list_append(&run.thread_ar->proc_ar, proc_ar); 123 124 125 printf("SBI interactive mode. "); 126 os_input_disp_help(); 127 124 128 quit_im = b_false; 125 129 while (quit_im != b_true) { … … 152 156 run_stat(&run, stat, &rexpr); 153 157 158 /* Check for unhandled exceptions. */ 159 run_exc_check_unhandled(&run); 160 154 161 if (rexpr != NULL) { 155 162 /* Convert expression result to value item. */
Note:
See TracChangeset
for help on using the changeset viewer.