mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-25 02:13:24 +00:00
Fix OSDK lint warnings from the new tool-chain
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
002a67451d
commit
e78303b01a
@ -248,4 +248,6 @@ pub fn trace_panic_from_log(qemu_log: File, bin_path: PathBuf) {
|
||||
}
|
||||
}
|
||||
}
|
||||
addr2line_proc.kill().unwrap();
|
||||
addr2line_proc.wait().unwrap();
|
||||
}
|
||||
|
Reference in New Issue
Block a user