summaryrefslogtreecommitdiff
path: root/src/target/arm11.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/arm11.h')
-rw-r--r--src/target/arm11.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/arm11.h b/src/target/arm11.h
index f277b29a..b397709a 100644
--- a/src/target/arm11.h
+++ b/src/target/arm11.h
@@ -116,7 +116,7 @@ struct arm11_common
size_t free_wrps; /**< keep track of breakpoints allocated by arm11_add_watchpoint() */
// GA
- reg_cache_t *core_cache;
+ struct reg_cache *core_cache;
};