parent
9c50d7b2e2
commit
cfed8cb75c
@ -1,6 +1,6 @@
|
||||
use crate::batch::run_next_app;
|
||||
|
||||
pub fn sys_exit(exit_code: i32) -> ! {
|
||||
println!("[kernel] Application exited with code {}", xstate);
|
||||
println!("[kernel] Application exited with code {}", exit_code);
|
||||
run_next_app()
|
||||
}
|
Loading…
Reference in new issue