Deleted Added
sdiff udiff text old ( 8486:c4e77a9563f5 ) new ( 9258:baa17ba80e06 )
full compact
1/*
2 * Copyright (c) 2011 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

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

254 {
255 assert(state);
256 assert(mode == state->mode);
257 if (state->finish(fault, index)) {
258 xc->finishTranslation(state);
259 }
260 delete this;
261 }
262};
263
264#endif // __CPU_TRANSLATION_HH__