]>
git.gag.com Git - fw/openocd/blobdiff - src/target/register.h
struct reg
{
- char *name;
+ const char *name;
void *value;
bool dirty;
bool valid;
struct reg_cache
{
- char *name;
+ const char *name;
struct reg_cache *next;
struct reg *reg_list;
unsigned num_regs;