wangchdo opened a new pull request, #16964:
URL: https://github.com/apache/nuttx/pull/16964

    In tricore_doirq, local variable regs is firstly used without initiazlied, 
this is a bug
   
   *Note: Please adhere to [Contributing 
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
   
   ## Summary
   
    In tricore_doirq, local variable regs is firstly used without initiazlied, 
this is a bug
   
   ```
     uintptr_t *regs;
   
     if (*running_task != NULL)
       {
         (*running_task)->xcp.regs = regs;
       }
   
   ```
   
   ## Impact
   
   Only fix the bug in arch tricore porting, no impact to other parts
   
   ## Testing
   
   **ostest pass:**
   
   <img width="586" height="546" alt="image" 
src="https://github.com/user-attachments/assets/68737dc3-9656-4e43-b55d-18e87bb1de72";
 />
   
   


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to