diff options
Diffstat (limited to 'src/cpu/static_inst.cc')
-rw-r--r-- | src/cpu/static_inst.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/cpu/static_inst.cc b/src/cpu/static_inst.cc index 01136bda1..2c4fc8ab9 100644 --- a/src/cpu/static_inst.cc +++ b/src/cpu/static_inst.cc @@ -106,13 +106,6 @@ StaticInst::branchTarget(ThreadContext *tc) const M5_DUMMY_RETURN; } -Request::Flags -StaticInst::memAccFlags() -{ - panic("StaticInst::memAccFlags called on non-memory instruction"); - return 0; -} - const string & StaticInst::disassemble(Addr pc, const SymbolTable *symtab) const { |