Skip to content
Snippets Groups Projects

Bugfix 11834

Merged oljas.jarasbaev requested to merge bugfix-11834 into release-5.3
4 files
+ 9
9
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -140,7 +140,7 @@ typedef struct dap_chain {
char *net_name;
bool is_datum_pool_proc;
bool is_mapped;
atomic_int download_percentage;
atomic_int load_progress;
// Nested cells (hashtab by cell_id)
dap_chain_cell_t *cells;
dap_chain_cell_id_t active_cell_id;
Loading