Skip to content

Commit 917d20d

Browse files
dingelishlzha101
authored andcommitted
fix: typo
Signed-off-by: Yu Ding <dingelish@gmail.com>
1 parent e1a37bd commit 917d20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/trts/trts_veh.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ extern "C" sgx_status_t trts_handle_exception(void *tcs)
383383
return SGX_ERROR_STACK_OVERRUN;
384384
}
385385

386-
// sp is within limit_addr and commit_addr, currently only SGX 2.0 under hardware mode will enter this branch.^M
386+
// sp is within limit_addr and commit_addr, currently only SGX 2.0 under hardware mode will enter this branch.
387387
if((size_t)sp < thread_data->stack_commit_addr)
388388
{
389389
int ret = -1;

0 commit comments

Comments
 (0)