Deleted Added
sdiff udiff text old ( 7427:1267715c2112 ) new ( 7614:763e836c0e70 )
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

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

132 }
133
134 int
135 flattenFloatIndex(int reg)
136 {
137 return reg;
138 }
139
140 void serialize(EventManager *em, std::ostream &os)
141 {}
142 void unserialize(EventManager *em, Checkpoint *cp,
143 const std::string &section)
144 {}
145
146 ISA()
147 {
148 SCTLR sctlr;
149 sctlr = 0;
150 miscRegs[MISCREG_SCTLR_RST] = sctlr;
151
152 clear();
153 }
154 };
155}
156
157#endif