diff options
-rw-r--r-- | entry.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -55,3 +55,9 @@ void __attribute__((naked)) entry() { // Halt. while(1); } + +extern "C" void __cxa_pure_virtual() { + while (1); +} + +void* __dso_handle = 0; |
index : suzumebachi | ||
UAV controller. | Vegard Storheil Eriksen |
summaryrefslogtreecommitdiff |
-rw-r--r-- | entry.cpp | 6 |
@@ -55,3 +55,9 @@ void __attribute__((naked)) entry() { // Halt. while(1); } + +extern "C" void __cxa_pure_virtual() { + while (1); +} + +void* __dso_handle = 0; |