Re: [PATCH] score: Simplify _Objects_Is_api_valid()

2023-04-25 Thread Joel Sherrill
Commit it. If mcdc-checker is happy with it, then I'm ok. https://gtd-gmbh.gitlab.io/mcdc-checker/mcdc-checker/index.html is On Tue, Apr 25, 2023 at 1:34 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > > > On 23.03.23 17:46, Joel Sherrill wrote: > > > > > > On Thu, Mar 23,

Re: [PATCH] score: Simplify _Objects_Is_api_valid()

2023-04-25 Thread Sebastian Huber
On 23.03.23 17:46, Joel Sherrill wrote: On Thu, Mar 23, 2023 at 11:09 AM Sebastian Huber > wrote: On 23.03.23 17:03, Joel Sherrill wrote: > > On Thu, Mar 23, 2023 at 10:40 AM Sebastian Huber >

Re: [PATCH] score: Simplify _Objects_Is_api_valid()

2023-03-23 Thread Sebastian Huber
On 23.03.23 17:46, Joel Sherrill wrote: On Thu, Mar 23, 2023 at 11:09 AM Sebastian Huber > wrote: On 23.03.23 17:03, Joel Sherrill wrote: > > On Thu, Mar 23, 2023 at 10:40 AM Sebastian Huber >

Re: [PATCH] score: Simplify _Objects_Is_api_valid()

2023-03-23 Thread Joel Sherrill
On Thu, Mar 23, 2023 at 11:09 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 23.03.23 17:03, Joel Sherrill wrote: > > > > On Thu, Mar 23, 2023 at 10:40 AM Sebastian Huber > > > > wrote: > > > > Close #4863. > > --- > >

Re: [PATCH] score: Simplify _Objects_Is_api_valid()

2023-03-23 Thread Sebastian Huber
On 23.03.23 17:03, Joel Sherrill wrote: On Thu, Mar 23, 2023 at 10:40 AM Sebastian Huber > wrote: Close #4863. ---  cpukit/include/rtems/score/objectimpl.h | 4 +---  1 file changed, 1 insertion(+), 3 deletions(-) diff --git

Re: [PATCH] score: Simplify _Objects_Is_api_valid()

2023-03-23 Thread Joel Sherrill
On Thu, Mar 23, 2023 at 10:40 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Close #4863. > --- > cpukit/include/rtems/score/objectimpl.h | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/cpukit/include/rtems/score/objectimpl.h >

[PATCH] score: Simplify _Objects_Is_api_valid()

2023-03-23 Thread Sebastian Huber
Close #4863. --- cpukit/include/rtems/score/objectimpl.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cpukit/include/rtems/score/objectimpl.h b/cpukit/include/rtems/score/objectimpl.h index c58957ccb5..a1a87b5ccb 100644 --- a/cpukit/include/rtems/score/objectimpl.h +++