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

   ## Summary
   /home/ajh/work/vela_system/nuttx/include/arch/syscall.h:181: Error: operand 
type mismatch for `movq'
   
   `rax`: Used in 64-bit mode, suitable for storing 64 bits of data.
   
   `eax`: In 64-bit mode, typically used for operating on 32-bit data. When 
writing to `eax`, the high 32 bits of `rax` are automatically cleared to zero.
   
   `nbr` is an unsigned int, is 32-bit.
   
   ## Impact
   RELEASE
   
   ## Testing
   CI


-- 
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