Merge request https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/803 was reviewed by Chris Johns
-- Chris Johns started a new discussion on cpukit/libdebugger/rtems-debugger-aarch64.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/803#note_135090 > > -static const uint64_t rtems_debugger_get_int_reg( > +static uint64_t rtems_debugger_get_int_reg( Why is using `const` here considered an issue? The intent to say the value returned is constant and cannot be changed and is to enforce a statically checked `const` trail. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/803 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
