Skip to content

Commit 9b51e65

Browse files
author
Jethro Beekman
committed
TCS entry: clobber register can be used for input
1 parent 42a5058 commit 9b51e65

File tree

1 file changed

+1
-1
lines changed
  • intel-sgx/enclave-runner/src

1 file changed

+1
-1
lines changed

intel-sgx/enclave-runner/src/tcs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ pub(crate) fn coenter<T: Tcs>(
197197
inout("r8") p4,
198198
inout("r9") p5,
199199
inout("r10") debug_buf_ptr => _,
200-
out("r11") _,
200+
lateout("r11") _,
201201
options(nostack, att_syntax)
202202
);
203203
}

0 commit comments

Comments
 (0)