]> git.sur5r.net Git - openocd/blobdiff - src/target/xscale.h
armv4_5_common_t -> struct arm
[openocd] / src / target / xscale.h
index 936782cf3705f85cc7e943ab6b8aff25f96f6350..53bf4721c84c52b85bef1d72f68ed622f360938c 100644 (file)
@@ -81,7 +81,7 @@ struct xscale_trace
 struct xscale_common
 {
        /* armv4/5 common stuff */
-       armv4_5_common_t armv4_5_common;
+       struct arm armv4_5_common;
 
        int common_magic;