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 edf8d50 commit 0913b24Copy full SHA for 0913b24
src/shims/native_lib/trace/child.rs
@@ -223,9 +223,7 @@ pub unsafe fn init_sv() -> Result<(), SvInitError> {
223
}
224
225
/// Instruct the supervisor process to return a particular code. Useful if for
226
-/// whatever reason this code fails to be intercepted normally. In the case of
227
-/// `abort_if_errors()` used in `bin/miri.rs`, the return code is erroneously
228
-/// given as a 0 if this is not used.
+/// whatever reason this code fails to be intercepted normally.
229
pub fn register_retcode_sv(code: i32) {
230
let mut sv_guard = SUPERVISOR.lock().unwrap();
231
if let Some(sv) = sv_guard.as_mut() {
0 commit comments