aboutsummaryrefslogtreecommitdiff
path: root/target-arm/op.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-arm/op.c')
-rw-r--r--target-arm/op.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/target-arm/op.c b/target-arm/op.c
index 9cfb46237b..fd44a40f83 100644
--- a/target-arm/op.c
+++ b/target-arm/op.c
@@ -1213,3 +1213,6 @@ void OPPROTO op_movl_T0_T2(void)
{
T0 = T2;
}
+
+/* iwMMXt support */
+#include "op_iwmmxt.c"