You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/05/18 11:23:39 UTC

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request, #6293: Xtensa: Add missing input operand on sys_call6 inline ASM

gustavonihei opened a new pull request, #6293:
URL: https://github.com/apache/incubator-nuttx/pull/6293

   ## Summary
   This PR intends to provide a fix to the `sys_call6` function, where the argument `parm6` is missing from the list of input operands of the inline ASM for the generation of the software interrupt.
   
   ## Impact
   Fix for the `sys_call6` function call, which is used by some proxies:
   - `recvfrom`
   - `sendto`
   - `mmap`
   - `pselect`
   - `posix_spawn`
   - `task_spawn`
   
   ## Testing
   Issue caught by visual inspection.
   


-- 
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-unsubscribe@nuttx.apache.org

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


[GitHub] [incubator-nuttx] Ouss4 merged pull request #6293: Xtensa: Add missing input operand on sys_call6 inline ASM

Posted by GitBox <gi...@apache.org>.
Ouss4 merged PR #6293:
URL: https://github.com/apache/incubator-nuttx/pull/6293


-- 
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-unsubscribe@nuttx.apache.org

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