mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
libdebugger: Fix for ARMv7-M with -O0 optimization
This commit is contained in:
@@ -1646,7 +1646,7 @@ remote_packets(uint8_t* buffer, size_t size)
|
||||
static void
|
||||
rtems_debugger_events(rtems_task_argument arg)
|
||||
{
|
||||
int r;
|
||||
int r = 0;
|
||||
|
||||
if (rtems_debugger_verbose())
|
||||
rtems_debugger_printf("rtems-db: events running\n");
|
||||
|
||||
Reference in New Issue
Block a user