diff options
author | Robert Morris <[email protected]> | 2010-08-05 14:15:03 -0400 |
---|---|---|
committer | Robert Morris <[email protected]> | 2010-08-05 14:15:03 -0400 |
commit | 2cf6b32d4dbc915f5d3b2d7b0e382c0ad20299be (patch) | |
tree | 07c8bb6c34e0cc22d44046acfa16ba29899842ee /sh.c | |
parent | eb18645f17877de4ced951eed5abac61bdfcd5c5 (diff) | |
download | xv6-labs-2cf6b32d4dbc915f5d3b2d7b0e382c0ad20299be.tar.gz xv6-labs-2cf6b32d4dbc915f5d3b2d7b0e382c0ad20299be.tar.bz2 xv6-labs-2cf6b32d4dbc915f5d3b2d7b0e382c0ad20299be.zip |
move jkstack to main.c
replace jstack with asm()s
Diffstat (limited to 'sh.c')
-rw-r--r-- | sh.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -420,7 +420,6 @@ parseexec(char **ps, char *es) int tok, argc; struct execcmd *cmd; struct cmd *ret; - int *x = (int *) peek; if(peek(ps, es, "(")) return parseblock(ps, es); |