diff options
Diffstat (limited to 'src/cpu/static_inst.cc')
-rw-r--r-- | src/cpu/static_inst.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/static_inst.cc b/src/cpu/static_inst.cc index 64fcc0580..a5580d707 100644 --- a/src/cpu/static_inst.cc +++ b/src/cpu/static_inst.cc @@ -76,9 +76,9 @@ StaticInst::hasBranchTarget(Addr pc, ThreadContext *tc, Addr &tgt) const } StaticInstPtr -StaticInst::fetchMicroOp(MicroPC micropc) +StaticInst::fetchMicroop(MicroPC micropc) { - panic("StaticInst::fetchMicroOp() called on instruction " + panic("StaticInst::fetchMicroop() called on instruction " "that is not microcoded."); } |