Deleted Added
sdiff udiff text old ( 7614:763e836c0e70 ) new ( 7733:08d6a773d1b6 )
full compact
1/*
2 * Copyright (c) 2010 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

173 break;
174 }
175 return spsr_idx;
176 }
177 return reg;
178 }
179
180 void serialize(EventManager *em, std::ostream &os)
181 {}
182 void unserialize(EventManager *em, Checkpoint *cp,
183 const std::string &section)
184 {}
185
186 ISA()
187 {
188 SCTLR sctlr;
189 sctlr = 0;
190 miscRegs[MISCREG_SCTLR_RST] = sctlr;
191
192 clear();
193 }
194 };
195}
196
197#endif