From a1743eb3dd763a1789c1bc9477dce1134d5f6148 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Tue, 11 Apr 2017 19:29:43 +0200 Subject: [PATCH] Set the panic strategy to abort to fix _Unwind_Resume errors --- x86_64-blog_os.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x86_64-blog_os.json b/x86_64-blog_os.json index ab1cb66..d2fa22e 100644 --- a/x86_64-blog_os.json +++ b/x86_64-blog_os.json @@ -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" }