sebastianene07 commented on a change in pull request #1009: URL: https://github.com/apache/incubator-nuttx/pull/1009#discussion_r422493966
########## File path: arch/sim/src/sim/up_interruptcontext.c ########## @@ -43,10 +43,47 @@ #include <nuttx/arch.h> #include "up_internal.h" +#ifdef CONFIG_SIM_PREEMPTIBLE +uint32_t host_signal_save(void); Review comment: Ok I'll squash all these commits in a single one. Is that ok ? ---------------------------------------------------------------- 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: us...@infra.apache.org