X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fxscale.h;h=dd7b034652bc754ef74750fef117cde06ab8f1c9;hb=f6dae0cf84de26846a18f3fcaea842ccd898a5c1;hp=433ecfcf03a76620aad710c772567958f3bf8814;hpb=405a5df7860bf9c0465fce4ac517083a1f9c4a4b;p=openocd.git diff --git a/src/target/xscale.h b/src/target/xscale.h index 433ecfcf03..dd7b034652 100644 --- a/src/target/xscale.h +++ b/src/target/xscale.h @@ -125,7 +125,7 @@ typedef struct xscale_common_s int arch_debug_reason; /* 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;