mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
fix SGX build failures
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
);
|
||||
|
||||
match error {
|
||||
0 => Ok(out.into_inner()),
|
||||
0 => Ok(out.into_initialized()),
|
||||
err => Err(err),
|
||||
}
|
||||
}
|
||||
@@ -69,6 +69,6 @@ pub fn ereport(
|
||||
"{rdx}"(report.as_mut_ptr())
|
||||
);
|
||||
|
||||
report.into_inner()
|
||||
report.into_initialized()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user