Skip to content

Commit 0a7850b

Browse files
committed
Fix link to std library
1 parent 4bbac95 commit 0a7850b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intel-sgx/fortanix-sgx-tools/src/bin/ftxsgx-elf2sgxs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ macro_rules! check_size {
181181
}
182182

183183
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
185185
fn check_toolchain_version(elf: &ElfFile<'a>) -> Result<(), Error> {
186186
let note_header = elf.find_section_by_name(".note.x86_64-fortanix-unknown-sgx")
187187
.ok_or_else(|| format_err!("Could not find .note.x86_64-fortanix-unknown-sgx header!"))?;

0 commit comments

Comments
 (0)