You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
408: Document `TCS` struct limitations r=jethrogb a=raoulstrackx
Document that a TCS struct should never be located as the beginning of an enclave. (ref rust-lang/rust#98391)
409: Fix broken link to std library r=jethrogb a=raoulstrackx
Co-authored-by: Raoul Strackx <[email protected]>
Copy file name to clipboardExpand all lines: intel-sgx/fortanix-sgx-tools/src/bin/ftxsgx-elf2sgxs.rs
+1-1
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@ macro_rules! check_size {
181
181
}
182
182
183
183
impl<'a>LayoutInfo<'a>{
184
-
// Check version defined in rust-lang assembly code is supported, see .note.x86_64-fortanix-unknown-sgx section in https://github.com/rust-lang/rust/blob/master/src/libstd/sys/sgx/abi/entry.S
184
+
// Check version defined in rust-lang assembly code is supported, see .note.x86_64-fortanix-unknown-sgx section in https://github.com/rust-lang/rust/blob/master/library/std/src/sys/sgx/abi/entry.S
0 commit comments