1
0
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:
Philipp Oppermann 2017-04-11 19:29:43 +02:00
parent 13cffc3319
commit a1743eb3dd

View File

@ -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"
}