Fix regression introduced in 5fcf9206

I by mistake commented _dl_debug_state() function which would break
debugging
This commit is contained in:
oddcoder
2020-07-05 20:53:05 +02:00
parent 36ac4166ef
commit aaf017d9d1
+1 -1
View File
@@ -898,7 +898,7 @@ impl Linker {
}
}
unsafe { _r_debug.state = RTLDState::RT_CONSISTENT };
//_dl_debug_state();
_dl_debug_state();
Ok(entry_opt)
}
}