From af949b2531d2a8863d077025db40cbb170d13a63 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 09:43:03 -0800 Subject: armv4_5_common_t -> struct arm Remove misleading typedef and just use struct arm. --- src/target/xscale.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/xscale.h') diff --git a/src/target/xscale.h b/src/target/xscale.h index 936782cf..53bf4721 100644 --- a/src/target/xscale.h +++ b/src/target/xscale.h @@ -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; -- cgit v1.2.3