[PATCH v2 6/8] score: Add AArch64 port
Sebastian Huber
sebastian.huber at embedded-brains.de
Tue Sep 29 11:42:21 UTC 2020
On 28/09/2020 17:24, Kinsey Moore wrote:
> + RTEMS_STATIC_ASSERT(
> + offsetof( Context_Control, thread_id )
> + == AARCH64_CONTEXT_CONTROL_THREAD_ID_OFFSET,
> + AARCH64_CONTEXT_CONTROL_THREAD_ID_OFFSET
> + );
Wrong indentation level.
It would be good to add assertions for all offset defines. Errors in
these offsets can lead to hard to find sporadic bugs.
More information about the devel
mailing list