RTEMS | grlib: Add 64 bit compatibility (!1270)
Kinsey Moore (@opticron)
gitlab at rtems.org
Thu May 28 13:02:03 UTC 2026
Kinsey Moore started a new discussion on bsps/shared/grlib/1553/b1553brm.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1270#note_151163
> static void b1553brm_interrupt(void *arg);
> static rtems_device_driver rt_init(brm_priv *brm);
>
> -#define OFS(ofs) (((unsigned int)&ofs & 0x1ffff)>>1)
> +#define OFS(ofs) (((unsigned int)(uintptr_t)&ofs & 0x1ffff)>>1)
Same here.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1270#note_151163
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/20260528/2a8fcc7a/attachment-0001.htm>
More information about the bugs
mailing list