You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/01/18 22:06:11 UTC

[GitHub] kasjer opened a new pull request #1607: kernel/os: Move os_arch_in_isr() for sim to arch

kasjer opened a new pull request #1607: kernel/os: Move os_arch_in_isr() for sim to arch
URL: https://github.com/apache/mynewt-core/pull/1607
 
 
   Sim build, unlike other architectures, had only prototype for
   os_arch_in_isr while other architectures have static inline version
   of this function.
   Once function was started to be used in some code sim build stared to
   fail since there is no actual non-static-inline implementation anywhere.
   
   Now sim also have this function present as static inline returning always 0.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services