fix bug in 21000 a3 kernel

pull/2131/head
Gabriele Gristina 5 years ago
parent bba2ee65a2
commit d045c0f62a

@ -60,7 +60,7 @@ KERNEL_FQ void m21000_mxx (KERN_ATTR_VECTOR ())
sha512_final_vector (&ctx0);
sha512_ctx_t ctx;
sha512_ctx_vector_t ctx;
sha512_init_vector (&ctx);
@ -154,7 +154,7 @@ KERNEL_FQ void m21000_sxx (KERN_ATTR_VECTOR ())
sha512_final_vector (&ctx0);
sha512_ctx_t ctx;
sha512_ctx_vector_t ctx;
sha512_init_vector (&ctx);

Loading…
Cancel
Save