Reverted to the previous version. I was too quick; the boot loader
doesn't link against libsupc++ and still needs the symbol. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14972 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
5412911f7f
commit
aeef8a1098
@ -28,6 +28,14 @@ __pure_virtual()
|
||||
panic("pure virtual function call\n");
|
||||
}
|
||||
|
||||
#elif __GNUC__ >= 3
|
||||
|
||||
extern "C" void
|
||||
__cxa_pure_virtual()
|
||||
{
|
||||
panic("pure virtual function call\n");
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
// full C++ support in the kernel
|
||||
|
Loading…
Reference in New Issue
Block a user