Lenoids commented on code in PR #20135:
URL: https://github.com/apache/nuttx/pull/20135#discussion_r4011110517


##########
arch/risc-v/include/irq.h:
##########
@@ -681,7 +681,7 @@ struct xcptcontext
 #  if CONFIG_ARCH_RV_VECTOR_BYTE_LENGTH > 0
   /* There are 32 vector registers(v0 - v31) with vlenb length. */
 
-  uintreg_t vregs[VPU_XCPTC_SIZE];
+  uintreg_t vregs[VPU_XCPTC_SIZE / INT_REG_SIZE];

Review Comment:
   Hi xiaoxiang, this PR already updates arch/risc-v/include/irq.h.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to