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
Copy file name to clipboardExpand all lines: src/libstd/sys/sgx/abi/entry.S
+17-7
Original file line number
Diff line number
Diff line change
@@ -109,19 +109,29 @@ IMAGE_BASE:
109
109
.section .text_no_sgx, "ax"
110
110
.Lelf_entry_error_msg:
111
111
.ascii"Error: This file is an SGX enclave which cannot be executed as a standard Linux binary.\nSee the installation guide at https://edp.fortanix.com/docs/installation/guide/ on how to use 'cargo run' or follow the steps at https://edp.fortanix.com/docs/tasks/deployment/ for manual deployment.\n"
0 commit comments