Add missing break statement to PAUSE_STMT_CLASS case in exec_stmt().
This commit is contained in:
parent
b74ac13807
commit
88db904892
BIN
hw4/demo/mush
BIN
hw4/demo/mush
Binary file not shown.
|
@ -256,6 +256,7 @@ int exec_stmt(STMT *stmt) {
|
|||
{
|
||||
jobs_pause();
|
||||
}
|
||||
break;
|
||||
default:
|
||||
fprintf(stderr, "Unknown statement class: %d\n", stmt->class);
|
||||
abort();
|
||||
|
|
Loading…
Reference in New Issue
Block a user