We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba1fdb commit e611211Copy full SHA for e611211
src/tools/miri/src/shims/extern_static.rs
@@ -49,6 +49,7 @@ impl<'mir, 'tcx> MiriMachine<'mir, 'tcx> {
49
);
50
}
51
"freebsd" => {
52
+ Self::null_ptr_extern_statics(this, &["__cxa_thread_atexit_impl"])?;
53
// "environ"
54
Self::add_extern_static(
55
this,
0 commit comments