Fix regression introduced in 5fcf9206
I by mistake commented _dl_debug_state() function which would break debugging
This commit is contained in:
+1
-1
@@ -898,7 +898,7 @@ impl Linker {
|
||||
}
|
||||
}
|
||||
unsafe { _r_debug.state = RTLDState::RT_CONSISTENT };
|
||||
//_dl_debug_state();
|
||||
_dl_debug_state();
|
||||
Ok(entry_opt)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user