mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-10 13:11:32 +00:00
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:");
|