target: constify structures
Change-Id: I875cfab8dec4ade72ed9c9cd7d52baaca182a1ef Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/2295 Tested-by: jenkins
This commit is contained in:
@@ -67,7 +67,7 @@ struct etm_reg_info {
|
||||
uint8_t size; /* low-N of 32 bits */
|
||||
uint8_t mode; /* RO, WO, RW */
|
||||
uint8_t bcd_vers; /* 1.0, 2.0, etc */
|
||||
char *name;
|
||||
const char *name;
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user