File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -272,11 +272,11 @@ static void esp_xtensa_dbgstubs_info_update(struct target *target)
272
272
}
273
273
if (esp_xtensa -> dbg_stubs .entries_count <
274
274
(ESP_DBG_STUB_ENTRY_MAX - ESP_DBG_STUB_TABLE_START )) {
275
- LOG_DEBUG ("Not full dbg stub table %d of %d" , esp_xtensa -> dbg_stubs .entries_count ,
275
+ LOG_WARNING ("Not full dbg stub table %d of %d" , esp_xtensa -> dbg_stubs .entries_count ,
276
276
(ESP_DBG_STUB_ENTRY_MAX - ESP_DBG_STUB_TABLE_START ));
277
- esp_xtensa -> dbg_stubs .entries_count = 0 ;
278
- return ;
279
277
}
278
+ if (esp_xtensa -> dbg_stubs .entries_count == 0 )
279
+ return ;
280
280
/* read debug stubs descriptor */
281
281
ESP_XTENSA_DBGSTUBS_UPDATE_DATA_ENTRY (esp_xtensa -> dbg_stubs .entries [ESP_DBG_STUB_DESC ]);
282
282
res =
You can’t perform that action at this time.
0 commit comments