add __cxa_thread_atexit_impl on freebsd
This commit is contained in:
parent
cba1fdbff3
commit
e611211f30
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ impl<'mir, 'tcx> MiriMachine<'mir, 'tcx> {
|
|||
);
|
||||
}
|
||||
"freebsd" => {
|
||||
Self::null_ptr_extern_statics(this, &["__cxa_thread_atexit_impl"])?;
|
||||
// "environ"
|
||||
Self::add_extern_static(
|
||||
this,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue