summaryrefslogtreecommitdiff
path: root/src/target/xscale.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/xscale.h')
-rw-r--r--src/target/xscale.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/xscale.h b/src/target/xscale.h
index dd7b0346..d5de8dc8 100644
--- a/src/target/xscale.h
+++ b/src/target/xscale.h
@@ -86,7 +86,7 @@ typedef struct xscale_common_s
int common_magic;
/* XScale registers (CP15, DBG) */
- reg_cache_t *reg_cache;
+ struct reg_cache *reg_cache;
/* current state of the debug handler */
uint32_t handler_address;