diff options
Diffstat (limited to 'src/mem/ruby/common/Global.hh')
-rw-r--r-- | src/mem/ruby/common/Global.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mem/ruby/common/Global.hh b/src/mem/ruby/common/Global.hh index 2f42aabcb..205b2bcb2 100644 --- a/src/mem/ruby/common/Global.hh +++ b/src/mem/ruby/common/Global.hh @@ -97,8 +97,8 @@ extern RubySystem* g_system_ptr; class Debug; extern Debug* g_debug_ptr; -// FIXME: this is required by the contructor of Directory_Entry.h. It can't go -// into slicc_util.h because it opens a can of ugly worms +// FIXME: this is required by the contructor of Directory_Entry.hh. It can't go +// into slicc_util.hh because it opens a can of ugly worms extern inline int max_tokens() { return 1024; |