etb_reg_t -> struct etb_reg
authorZachary T Welch <zw@superlucidity.net>
Fri, 13 Nov 2009 16:42:24 +0000 (08:42 -0800)
committerZachary T Welch <zw@superlucidity.net>
Fri, 13 Nov 2009 19:58:11 +0000 (11:58 -0800)
Remove misleading typedef and redundant suffix from struct etb_reg.

src/target/etb.c
src/target/etb.h

index 1315b71a12439e69bbe92ceb27dfb15113f20ae2..6a711d42d1cd52fb65a2c6be9d6db510ad3e03c1 100644 (file)
@@ -125,7 +125,7 @@ reg_cache_t* etb_build_reg_cache(etb_t *etb)
 {
        reg_cache_t *reg_cache = malloc(sizeof(reg_cache_t));
        reg_t *reg_list = NULL;
 {
        reg_cache_t *reg_cache = malloc(sizeof(reg_cache_t));
        reg_t *reg_list = NULL;
-       etb_reg_t *arch_info = NULL;
+       struct etb_reg *arch_info = NULL;
        int num_regs = 9;
        int i;
 
        int num_regs = 9;
        int i;
 
@@ -135,7 +135,7 @@ reg_cache_t* etb_build_reg_cache(etb_t *etb)
 
        /* the actual registers are kept in two arrays */
        reg_list = calloc(num_regs, sizeof(reg_t));
 
        /* the actual registers are kept in two arrays */
        reg_list = calloc(num_regs, sizeof(reg_t));
-       arch_info = calloc(num_regs, sizeof(etb_reg_t));
+       arch_info = calloc(num_regs, sizeof(struct etb_reg));
 
        /* fill in values for the reg cache */
        reg_cache->name = "etb registers";
 
        /* fill in values for the reg cache */
        reg_cache->name = "etb registers";
@@ -227,7 +227,7 @@ static int etb_read_ram(etb_t *etb, uint32_t *data, int num_frames)
 static int etb_read_reg_w_check(reg_t *reg,
                uint8_t* check_value, uint8_t* check_mask)
 {
 static int etb_read_reg_w_check(reg_t *reg,
                uint8_t* check_value, uint8_t* check_mask)
 {
-       etb_reg_t *etb_reg = reg->arch_info;
+       struct etb_reg *etb_reg = reg->arch_info;
        uint8_t reg_addr = etb_reg->addr & 0x7f;
        struct scan_field fields[3];
 
        uint8_t reg_addr = etb_reg->addr & 0x7f;
        struct scan_field fields[3];
 
@@ -313,7 +313,7 @@ static int etb_set_reg_w_exec(reg_t *reg, uint8_t *buf)
 
 static int etb_write_reg(reg_t *reg, uint32_t value)
 {
 
 static int etb_write_reg(reg_t *reg, uint32_t value)
 {
-       etb_reg_t *etb_reg = reg->arch_info;
+       struct etb_reg *etb_reg = reg->arch_info;
        uint8_t reg_addr = etb_reg->addr & 0x7f;
        struct scan_field fields[3];
 
        uint8_t reg_addr = etb_reg->addr & 0x7f;
        struct scan_field fields[3];
 
index 6700ecbb100291ede1d49094f7547ac1036f712e..15171f5700ce06a0d6f0852dd9cd14be36f7a29a 100644 (file)
@@ -46,11 +46,11 @@ typedef struct etb_s
        uint32_t ram_width;
 } etb_t;
 
        uint32_t ram_width;
 } etb_t;
 
-typedef struct etb_reg_s
+struct etb_reg
 {
        uint32_t addr;
        etb_t *etb;
 {
        uint32_t addr;
        etb_t *etb;
-} etb_reg_t;
+};
 
 extern etm_capture_driver_t etb_capture_driver;
 
 
 extern etm_capture_driver_t etb_capture_driver;
 

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)