diff options
Diffstat (limited to 'src/target/arm11.h')
-rw-r--r-- | src/target/arm11.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/arm11.h b/src/target/arm11.h index 464782da..f277b29a 100644 --- a/src/target/arm11.h +++ b/src/target/arm11.h @@ -176,11 +176,11 @@ enum arm11_sc7 ARM11_SC7_WCR0 = 112, }; -typedef struct arm11_reg_state_s +struct arm11_reg_state { uint32_t def_index; target_t * target; -} arm11_reg_state_t; +}; int arm11_register_commands(struct command_context_s *cmd_ctx); |