diff options
author | Brad Beckmann <Brad.Beckmann@amd.com> | 2010-08-20 11:46:12 -0700 |
---|---|---|
committer | Brad Beckmann <Brad.Beckmann@amd.com> | 2010-08-20 11:46:12 -0700 |
commit | 64b2205992783b6b0268f18e1930a81b109600eb (patch) | |
tree | 7ab16beb48f0343eb1551334dae236981b34e9ff | |
parent | d694cc13848ff030c7b62513dadef85feb1e8356 (diff) | |
download | gem5-64b2205992783b6b0268f18e1930a81b109600eb.tar.xz |
ruby: Added ruby_request_type ostream def to libruby.hh
-rw-r--r-- | src/mem/ruby/libruby.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mem/ruby/libruby.hh b/src/mem/ruby/libruby.hh index 5bb8fc2a4..ac29a377f 100644 --- a/src/mem/ruby/libruby.hh +++ b/src/mem/ruby/libruby.hh @@ -85,6 +85,7 @@ struct RubyRequest }; std::ostream& operator<<(std::ostream& out, const RubyRequest& obj); +std::ostream& operator<<(std::ostream& out, const RubyRequestType& obj); /** * Initialize the system. cfg_file is a Ruby-lang configuration script |