diff options
author | Miles Kaufmann <milesck@eecs.umich.edu> | 2007-08-30 15:16:59 -0400 |
---|---|---|
committer | Miles Kaufmann <milesck@eecs.umich.edu> | 2007-08-30 15:16:59 -0400 |
commit | e4eea9ee04df0183c6d8e23efb3d9c23b47a79de (patch) | |
tree | 29d2587aed5b592aea3bd660f58a47ca5780c11f /src/cpu/static_inst.hh | |
parent | cd890576bb21d513c79aa6f9ac6e61e93dbb2965 (diff) | |
download | gem5-e4eea9ee04df0183c6d8e23efb3d9c23b47a79de.tar.xz |
Fix miscellaneous small typos.
--HG--
extra : convert_revision : bfc0ac8e1c8a5d01d9fa5203184bbf99c8361da3
Diffstat (limited to 'src/cpu/static_inst.hh')
-rw-r--r-- | src/cpu/static_inst.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/static_inst.hh b/src/cpu/static_inst.hh index 2e1ebd766..c02c1c3bc 100644 --- a/src/cpu/static_inst.hh +++ b/src/cpu/static_inst.hh @@ -398,8 +398,8 @@ class StaticInst : public StaticInstBase { panic("StaticInst::branchTarget() called on instruction " "that is not an indirect branch."); - } M5_DUMMY_RETURN + } /** * Return true if the instruction is a control transfer, and if so, |