X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fdev%2Fisa_fake.hh;h=07657ad7dfc141a4128ddd484018fba7b7b8eadb;hb=f85286b3debf4a4a94d3b959e5bb880be81bd692;hp=4233d9d4c6743ecec688783070f2b1354cc05be0;hpb=54cc0053f0a6822e47a49771976af6daaabc24bb;p=gem5.git diff --git a/src/dev/isa_fake.hh b/src/dev/isa_fake.hh index 4233d9d4c..07657ad7d 100644 --- a/src/dev/isa_fake.hh +++ b/src/dev/isa_fake.hh @@ -40,8 +40,8 @@ #include "base/range.hh" #include "dev/io_device.hh" // #include "dev/alpha/tsunami.hh" -#include "params/IsaFake.hh" #include "mem/packet.hh" +#include "params/IsaFake.hh" /** * IsaFake is a device that returns, BadAddr, 1 or 0 on all reads and @@ -66,7 +66,7 @@ class IsaFake : public BasicPioDevice return dynamic_cast(_params); } /** - * The constructor for Tsunmami Fake just registers itself with the MMU. + * The constructor for Isa Fake just registers itself with the MMU. * @param p params structure */ IsaFake(Params *p);