nuttx/arch/sim/src
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
..
sim arch/sim/src/sim/up_exit.c: Appease a clang-check warning 2020-08-03 22:52:31 -05:00
.gitignore arch/sim: Don't construct global C++ objects before main 2020-07-11 15:06:09 -03:00
Makefile arch/sim: Move share memory allocation to up_hostmemory.c 2020-07-28 15:41:19 +01:00
nuttx-names.in sim: add __cxa_atexit into the name list 2020-07-09 15:17:12 +09:00