Deleted Added
sdiff udiff text old ( 8741:491297d019f3 ) new ( 10905:a6ca6831e775 )
full compact
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;

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

130
131 Addr
132 calcPciMemAddr(Addr addr)
133 {
134 panic("Need implementation\n");
135 M5_DUMMY_RETURN
136 }
137
138 void serialize(CheckpointOut &cp) const M5_ATTR_OVERRIDE;
139 void unserialize(CheckpointIn &cp) M5_ATTR_OVERRIDE;
140};
141
142#endif // __DEV_MALTA_HH__