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