v01d commented on pull request #3589:
URL: https://github.com/apache/incubator-nuttx/pull/3589#issuecomment-825074169


   BTW, I'm currently trying to solve an issue with sim: my understanding is 
that up_head call's the host's setjmp/longjmp, but when inspecting this symbol 
from Make build, it appears it is renamed to NXsetjmp so it is using internal 
definition of setjmp. Isn't up_head.c the host interface to the simulator? Why 
is it using the simulated setjmp? Is the host's setjmp not usable for up_head? 
(I understand that the simulated nuttx internally provides its own mechanism 
for setjmp)


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to