isa_fake.hh (3541:d74340b852f6) isa_fake.hh (3581:42242aef2724)
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 66 unchanged lines hidden (view full) ---

75 virtual Tick read(PacketPtr pkt);
76
77 /**
78 * All writes are simply ignored.
79 * @param pkt The memory request.
80 * @param data the data to not write.
81 */
82 virtual Tick write(PacketPtr pkt);
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 66 unchanged lines hidden (view full) ---

75 virtual Tick read(PacketPtr pkt);
76
77 /**
78 * All writes are simply ignored.
79 * @param pkt The memory request.
80 * @param data the data to not write.
81 */
82 virtual Tick write(PacketPtr pkt);
83
84 void init();
85};
86
87#endif // __ISA_FAKE_HH__
83};
84
85#endif // __ISA_FAKE_HH__