Re: [PR] sim/macos:fix system bzero recursive call [nuttx]

2023-11-21 Thread via GitHub


anjiahao1 closed pull request #11234: sim/macos:fix system bzero recursive call
URL: https://github.com/apache/nuttx/pull/11234


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



Re: [PR] sim/macos:fix system bzero recursive call [nuttx]

2023-11-21 Thread via GitHub


anjiahao1 commented on PR #11234:
URL: https://github.com/apache/nuttx/pull/11234#issuecomment-1820636816

   > @anjiahao1 Could you move the commit to #11207? Using the same PR is easy 
to test.
   
   ok i move it ,and close this pr


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



Re: [PR] sim/macos:fix system bzero recursive call [nuttx]

2023-11-21 Thread via GitHub


masayuki2009 commented on PR #11234:
URL: https://github.com/apache/nuttx/pull/11234#issuecomment-1820628139

   @anjiahao1 
   Could you move the commit to https://github.com/apache/nuttx/pull/11207?
   Using the same PR is easy to test.
   


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



Re: [PR] sim/macos:fix system bzero recursive call [nuttx]

2023-11-21 Thread via GitHub


pkarashchenko commented on PR #11234:
URL: https://github.com/apache/nuttx/pull/11234#issuecomment-1820586271

   @xiaoxiang781216 could someone from your team take a look?


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



Re: [PR] sim/macos:fix system bzero recursive call [nuttx]

2023-11-20 Thread via GitHub


anjiahao1 commented on PR #11234:
URL: https://github.com/apache/nuttx/pull/11234#issuecomment-1820354282

   ```
   000100024574 <_bzero>: /bzero   [3/19]
   100024574: d10083ff sub sp, sp, #32
   100024578: a9017bfd stp x29, x30, [sp, #16]
   10002457c: f90007e0 str x0, [sp, #8]
   100024580: f90003e1 str x1, [sp]
   100024584: f94007e0 ldr x0, [sp, #8]
   100024588: f94003e1 ldr x1, [sp]
   10002458c: 97fa bl  0x100024574 <_bzero>
   100024590: a9417bfd ldp x29, x30, [sp, #16]
   100024594: 910083ff add sp, sp, #32
   100024598: d65f03c0 ret
   ```
   
   This is the assembly before modification. I suspect that the bug may be 
caused by macos clang upgrade. @masayuki2009


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