We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a37bd commit 917d20dCopy full SHA for 917d20d
sdk/trts/trts_veh.cpp
@@ -383,7 +383,7 @@ extern "C" sgx_status_t trts_handle_exception(void *tcs)
383
return SGX_ERROR_STACK_OVERRUN;
384
}
385
386
- // sp is within limit_addr and commit_addr, currently only SGX 2.0 under hardware mode will enter this branch.^M
+ // sp is within limit_addr and commit_addr, currently only SGX 2.0 under hardware mode will enter this branch.
387
if((size_t)sp < thread_data->stack_commit_addr)
388
{
389
int ret = -1;
0 commit comments