Skip to content

Commit

Permalink
Update asm with swap args hack
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Apr 14, 2022
1 parent 8d2c3f9 commit ff41a45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fiat-amd64/boringssl_intel_manual_mul_p256.asm
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ push r12
push r13
push r14
push r15
xchg rdx,rsi ; hack: swap args
mov rbx,rdx
mov rax,QWORD PTR [rbx]
mov r9,QWORD PTR [rsi]
Expand Down

0 comments on commit ff41a45

Please sign in to comment.