From 608a6c94914e50e5866e09cab7ce91ad0c8b1ce6 Mon Sep 17 00:00:00 2001 From: emmansun Date: Sat, 1 Jan 2022 20:29:42 +0800 Subject: [PATCH] missing one line --- sm4/arm64_verify.s | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sm4/arm64_verify.s b/sm4/arm64_verify.s index 920f442..c6f3dc5 100644 --- a/sm4/arm64_verify.s +++ b/sm4/arm64_verify.s @@ -10,5 +10,6 @@ TEXT ·tblAsm(SB),NOSPLIT,$0 VLD1 (R9), [V1.B16] VTBL V1.B16, [V0.B16], V2.B16 - VST1 V2.B16, (R10) - RET \ No newline at end of file + VST1 [V2.B16], (R10) + RET + \ No newline at end of file