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

   ## Summary
   
   x86_64:fix syscall type mismatch
   
   /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-bi
   
   ## Impact
   
   nothing, just bug fix
   
   ## Testing
   
   x64 ostest
   


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