X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fxscale.h;h=dd7b034652bc754ef74750fef117cde06ab8f1c9;hp=56db1815083bce7635e81a67c51222ec908530e7;hb=ccde06a08fbf9c4f57b321dbec0509f73239c2de;hpb=6cf956fa9d0d0a0eddaf0c8878f25c549c005c62 diff --git a/src/target/xscale.h b/src/target/xscale.h index 56db181508..dd7b034652 100644 --- a/src/target/xscale.h +++ b/src/target/xscale.h @@ -80,6 +80,9 @@ typedef struct xscale_trace_s typedef struct xscale_common_s { + /* armv4/5 common stuff */ + armv4_5_common_t armv4_5_common; + int common_magic; /* XScale registers (CP15, DBG) */ @@ -121,11 +124,8 @@ typedef struct xscale_common_s int arch_debug_reason; - /* armv4/5 common stuff */ - armv4_5_common_t armv4_5_common; - /* MMU/Caches */ - armv4_5_mmu_common_t armv4_5_mmu; + struct armv4_5_mmu_common armv4_5_mmu; uint32_t cp15_control_reg; int fast_memory_access;