diff --git a/sm4/cbc_cipher_asm_arm64.s b/sm4/cbc_cipher_asm_arm64.s index ac85085..20ca3fb 100644 --- a/sm4/cbc_cipher_asm_arm64.s +++ b/sm4/cbc_cipher_asm_arm64.s @@ -87,6 +87,8 @@ done_sm4: #undef ptxLen #undef rkSave +#define XTMP7 V7 + // func decryptBlocksChain(xk *uint32, dst, src []byte, iv *byte) TEXT ·decryptBlocksChain(SB),NOSPLIT,$0 LOAD_SM4_AESNI_CONSTS()