summaryrefslogtreecommitdiff
path: root/src/arch/sparc/isa_traits.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2012-06-04 10:57:23 -0700
committerGabe Black <gblack@eecs.umich.edu>2012-06-04 10:57:23 -0700
commit008b17d8161ef1d880347bfbbe49336a1446e56e (patch)
tree7b3a159ed5369ae1bfc1c8fedb970e426a77e0c9 /src/arch/sparc/isa_traits.hh
parent6437f3f4ee5275f59a4472d95e0abac1a8b82e22 (diff)
downloadgem5-008b17d8161ef1d880347bfbbe49336a1446e56e.tar.xz
ISA: Turn the ExtMachInst NoopMachinst into the StaticInstPtr NoopStaticInst.
This eliminates a use of the ExtMachInst type outside of the ISAs.
Diffstat (limited to 'src/arch/sparc/isa_traits.hh')
-rw-r--r--src/arch/sparc/isa_traits.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/sparc/isa_traits.hh b/src/arch/sparc/isa_traits.hh
index 9b02a4d80..4da49758c 100644
--- a/src/arch/sparc/isa_traits.hh
+++ b/src/arch/sparc/isa_traits.hh
@@ -50,7 +50,7 @@ using namespace BigEndianGuest;
#define ISA_HAS_DELAY_SLOT 1
// SPARC NOP (sethi %(hi(0), g0)
-const MachInst NoopMachInst = 0x01000000;
+extern const StaticInstPtr NoopStaticInst;
// 8K. This value is implmentation specific; and should probably
// be somewhere else.