6 lines
No EOL
155 B
Rust
6 lines
No EOL
155 B
Rust
use crate::batch::run_next_app;
|
|
|
|
pub fn sys_exit(xstate: i32) -> ! {
|
|
println!("[kernel] Application exited with code {}", xstate);
|
|
run_next_app()
|
|
} |