From 0ccf9a2c3751f160d7d51153ef468a60b4daf8d0 Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Tue, 5 Feb 2008 23:44:13 -0500 Subject: Add base ARM code to M5 --HG-- extra : convert_revision : d811bf87d1a0bfc712942ecd3db1b48fc75257af --- src/cpu/o3/dyn_inst.hh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/cpu/o3') diff --git a/src/cpu/o3/dyn_inst.hh b/src/cpu/o3/dyn_inst.hh index c37f8007e..a1f9e0591 100644 --- a/src/cpu/o3/dyn_inst.hh +++ b/src/cpu/o3/dyn_inst.hh @@ -49,6 +49,10 @@ template class X86DynInst; struct X86SimpleImpl; typedef X86DynInst O3DynInst; +#elif THE_ISA == ARM_ISA + template class ArmDynInst; + struct ArmSimpleImpl; + typedef ArmDynInst O3DynInst; #else #error "O3DynInst not defined for this ISA" #endif -- cgit v1.2.3