diff options
author | Nathan Binkert <nate@binkert.org> | 2009-07-06 15:49:47 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2009-07-06 15:49:47 -0700 |
commit | 05f6a4a6b92370162da17ef5cccb5a7e3ba508e5 (patch) | |
tree | c2bc3f5e914cb85cb182b184d21c9166e7bc5783 /src/mem/ruby/tester | |
parent | 5ae983f8daf36684821c444925cbf49e99a958f6 (diff) | |
download | gem5-05f6a4a6b92370162da17ef5cccb5a7e3ba508e5.tar.xz |
ruby: replace strings that were missed in original ruby import.
Diffstat (limited to 'src/mem/ruby/tester')
-rw-r--r-- | src/mem/ruby/tester/Instruction.hh | 2 | ||||
-rw-r--r-- | src/mem/ruby/tester/SpecifiedGenerator.cc | 2 | ||||
-rw-r--r-- | src/mem/ruby/tester/SpecifiedGenerator.hh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/mem/ruby/tester/Instruction.hh b/src/mem/ruby/tester/Instruction.hh index fe5540b00..35791dcba 100644 --- a/src/mem/ruby/tester/Instruction.hh +++ b/src/mem/ruby/tester/Instruction.hh @@ -17,7 +17,7 @@ * */ /* - * $Id: Instruction.h 1.2 05/05/24 12:15:47-05:00 kmoore@balder.cs.wisc.edu $ + * $Id: Instruction.hh 1.2 05/05/24 12:15:47-05:00 kmoore@balder.cs.wisc.edu $ * * Description: * diff --git a/src/mem/ruby/tester/SpecifiedGenerator.cc b/src/mem/ruby/tester/SpecifiedGenerator.cc index 17f827ee8..1c273eac3 100644 --- a/src/mem/ruby/tester/SpecifiedGenerator.cc +++ b/src/mem/ruby/tester/SpecifiedGenerator.cc @@ -1,6 +1,6 @@ /* - * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood + * Copyright (c) 1999-2005 Mark D. Hill and David A. Wood * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/mem/ruby/tester/SpecifiedGenerator.hh b/src/mem/ruby/tester/SpecifiedGenerator.hh index 9b4c71623..9aaaffba0 100644 --- a/src/mem/ruby/tester/SpecifiedGenerator.hh +++ b/src/mem/ruby/tester/SpecifiedGenerator.hh @@ -1,6 +1,6 @@ /* - * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood + * Copyright (c) 1999-2005 Mark D. Hill and David A. Wood * All rights reserved. * * Redistribution and use in source and binary forms, with or without |