Kinsey Moore started a new discussion on cpukit/libdebugger/rtems-debugger-arm.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/719#note_130803 > * > * If the variant only supports thumb insturctions disable the support. > */ > -#define NEEDS_THUMB_SWITCH !ARM_THUMB_ONLY && defined(__thumb__) > - > -#if NEEDS_THUMB_SWITCH > +#if !ARM_THUMB_ONLY && defined(__thumb__)` Is this supposed to have a trailing backtick? -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/719#note_130803 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
