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 34f5d59 commit 5aafa98Copy full SHA for 5aafa98
src/libstd/sys/sgx/abi/entry.S
@@ -123,7 +123,9 @@ sgx_entry:
123
/* reset user state */
124
/* - DF flag: x86-64 ABI requires DF to be unset at function entry/exit */
125
/* - AC flag: AEX on misaligned memory accesses leaks side channel info */
126
+ pushfq
127
andq $~0x40400, (%rsp)
128
+ popfq
129
130
/* check for debug buffer pointer */
131
testb $0xff,DEBUG(%rip)
0 commit comments