nuttx/arch/sim
YAMAMOTO Takashi 0b90ad3dd4 arch/sim/src/sim/up_exit.c: Appease a clang-check warning
clang-check complained like the following.
While this is not a real bug, it's easy to appease.

sim/up_exit.c:68:21: warning: Value stored to 'tcb' during its initialization is never read
  FAR struct tcb_s *tcb = this_task();
                    ^~~   ~~~~~~~~~~~
1 warning generated.
2020-08-03 22:52:31 -05:00
..
include arch/sim: Fix the linkage of up_irqinitialize mismatch 2020-07-30 12:50:39 +09:00
src arch/sim/src/sim/up_exit.c: Appease a clang-check warning 2020-08-03 22:52:31 -05:00
Kconfig arch: Select 64bit elf base on the architecture characteristic 2020-05-31 21:38:32 -07:00