Skip to content

Commit a2f3196

Browse files
committed
Execute build/refresh.sh.
1 parent 566784b commit a2f3196

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

build/coff/ctq_inverse_mod_384-x86_64.s

+2-2
Original file line numberDiff line numberDiff line change
@@ -1226,9 +1226,9 @@ __inner_loop_62:
12261226
movq 8(%rsp),%rsi
12271227

12281228
#ifdef __SGX_LVI_HARDENING__
1229-
popq %r8
1229+
popq %rax
12301230
lfence
1231-
jmpq *%r8
1231+
jmpq *%rax
12321232
ud2
12331233
#else
12341234
.byte 0xf3,0xc3

build/elf/ctq_inverse_mod_384-x86_64.s

+2-2
Original file line numberDiff line numberDiff line change
@@ -1230,9 +1230,9 @@ __inner_loop_62:
12301230
movq 8(%rsp),%rsi
12311231

12321232
#ifdef __SGX_LVI_HARDENING__
1233-
popq %r8
1233+
popq %rax
12341234
lfence
1235-
jmpq *%r8
1235+
jmpq *%rax
12361236
ud2
12371237
#else
12381238
.byte 0xf3,0xc3

build/mach-o/ctq_inverse_mod_384-x86_64.s

+2-2
Original file line numberDiff line numberDiff line change
@@ -1230,9 +1230,9 @@ L$oop_62:
12301230
movq 8(%rsp),%rsi
12311231

12321232
#ifdef __SGX_LVI_HARDENING__
1233-
popq %r8
1233+
popq %rax
12341234
lfence
1235-
jmpq *%r8
1235+
jmpq *%rax
12361236
ud2
12371237
#else
12381238
.byte 0xf3,0xc3

build/win64/ctq_inverse_mod_384-x86_64.asm

+2-2
Original file line numberDiff line numberDiff line change
@@ -1231,9 +1231,9 @@ $L$oop_62::
12311231
mov rsi,QWORD PTR[8+rsp]
12321232
12331233
ifdef __SGX_LVI_HARDENING__
1234-
pop r8
1234+
pop rax
12351235
lfence
1236-
jmp r8
1236+
jmp rax
12371237
ud2
12381238
else
12391239
DB 0F3h,0C3h

0 commit comments

Comments
 (0)