RTEMS | bsps/shared/start/setvec.c: Fix warning across multiple BSPs (!432)
Chris Johns (@chris)
gitlab at rtems.org
Mon Feb 24 22:55:32 UTC 2025
Merge request https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/432 was reviewed by Chris Johns
--
Chris Johns started a new discussion on cpukit/score/cpu/m68k/include/rtems/score/m68k.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/432#note_120193
> -#define m68k_get_vbr( _vbr ) _vbr = &_VBR
> +extern char _VBR[];
> +#define m68k_get_vbr( _vbr ) _vbr = (void *)&_VBR
Is this `&_VBR` or `&_VBR[0]`?
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/432
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250224/774b8c78/attachment.htm>
More information about the bugs
mailing list