Fix compilation with trace feature

This commit is contained in:
Jeremy Soller
2025-01-09 12:23:23 -07:00
parent 01d7f7b44a
commit 02520b194e
3 changed files with 6 additions and 11 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ pub unsafe extern "C" fn __tls_get_addr(ti: *mut dl_tls_index) -> *mut c_void {
ti.ti_module,
ti.ti_offset,
masters.len(),
tcb.dtv_mut().unwrap().len()
tcb.dtv_mut().len()
);
if tcb.dtv_mut().len() < masters.len() {