Skip to content

Commit aa8e73e

Browse files
Peter Zijlstraherbertx
authored andcommitted
crypto: x86/sm3 - Fixup SLS
This missed the big asm update due to being merged through the crypto tree. Fixes: f94909c ("x86: Prepare asm files for straight-line-speculation") Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent 7ed7aa4 commit aa8e73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/crypto/sm3-avx-asm_64.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,5 +513,5 @@ SYM_FUNC_START(sm3_transform_avx)
513513

514514
movq %rbp, %rsp;
515515
popq %rbp;
516-
ret;
516+
RET;
517517
SYM_FUNC_END(sm3_transform_avx)

0 commit comments

Comments
 (0)