It seems to link, and I need Unwind now.
I'm too tired to mess with this. I'll probably break something. Time to go to bed.
This commit is contained in:
@ -10,4 +10,9 @@ namespace cpp_runtime
|
||||
{
|
||||
panic( "Catch not implemented." );
|
||||
}
|
||||
|
||||
void *catch_impl_end( void *e ) noexcept
|
||||
{
|
||||
panic( "Catch not implemented." );
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user