mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
f9269f5cb1
Fixes #1425
9 lines
196 B
Diff
9 lines
196 B
Diff
--- src/kernel/codezero/loader/main.c
|
|
+++ src/kernel/codezero/loader/main.c
|
|
@@ -135,3 +135,5 @@ int main(void)
|
|
return -1;
|
|
}
|
|
|
|
+
|
|
+asm(".global __aeabi_unwind_cpp_pr0; __aeabi_unwind_cpp_pr0:");
|