diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-12-05 02:45:36 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-12-05 02:45:36 +0100 |
| commit | 05b104b09292dac40c85aab7ab7b2ea2265d407b (patch) | |
| tree | d98e3bad5b0792d1bfbafa95b94c06fdb64e6d6a /userspace/foolshell.c | |
| parent | 73c5852c068f3dcd58cdb8617251c5aca59b2460 (diff) | |
playing with external debugging in qemu from gdb
Diffstat (limited to 'userspace/foolshell.c')
| -rw-r--r-- | userspace/foolshell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/foolshell.c b/userspace/foolshell.c index d44204c..3a87158 100644 --- a/userspace/foolshell.c +++ b/userspace/foolshell.c @@ -229,7 +229,7 @@ int process(char *buf) exit(1); } int status; - wait(&status); + if(strcmp(token[1],"branch"))wait(&status); } return 0; |
