mirror of
https://github.com/rcore-os/rCore.git
synced 2024-11-22 08:06:17 +04:00
Set the panic strategy to abort to fix _Unwind_Resume errors
This commit is contained in:
parent
13cffc3319
commit
a1743eb3dd
@ -8,5 +8,6 @@
|
||||
"arch": "x86_64",
|
||||
"os": "none",
|
||||
"disable-redzone": true,
|
||||
"features": "-mmx,-sse,+soft-float"
|
||||
"features": "-mmx,-sse,+soft-float",
|
||||
"panic-strategy": "abort"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user