Using sbi-rt instead of asm && update rustsbi-qemu to latest
rustsbi-qemu version: a4f0bbe44d9f2f1069a9e5becd09f291e542852c
This commit is contained in:
parent
9ba3bea9db
commit
7cbefedc23
5 changed files with 23 additions and 121 deletions
|
@ -18,7 +18,7 @@ fn panic(info: &PanicInfo) -> ! {
|
|||
unsafe {
|
||||
backtrace();
|
||||
}
|
||||
shutdown(255)
|
||||
shutdown(true)
|
||||
}
|
||||
|
||||
unsafe fn backtrace() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue