Skip to content

Commit

Permalink
Do not shut down after running
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Aug 6, 2017
1 parent 144cc2a commit d15635e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xhcid/src/main.rs
Expand Up @@ -37,7 +37,5 @@ fn main() {
}

unsafe { let _ = syscall::physunmap(address); }

let _ = syscall::kill(1, syscall::SIGINT);
}
}

0 comments on commit d15635e

Please sign in to comment.