Re: [PATCH] score: Simplify _Scheduler_Tick()

2021-08-12 Thread Gedare Bloom
ok On Thu, Aug 12, 2021 at 3:11 AM Sebastian Huber wrote: > > The NULL pointer check for the executing thread was introduced by > commit: > > commit be3c257286ad870d8d1a64941cde53fd2d33a633 > Author: Sebastian Huber > Date: Thu Jun 5 11:17:26 2014 +0200 > > score: Avoid NULL pointer access

[PATCH] score: Simplify _Scheduler_Tick()

2021-08-12 Thread Sebastian Huber
The NULL pointer check for the executing thread was introduced by commit: commit be3c257286ad870d8d1a64941cde53fd2d33a633 Author: Sebastian Huber Date: Thu Jun 5 11:17:26 2014 +0200 score: Avoid NULL pointer access Check that the executing thread is not NULL in _Scheduler_Tick(). It