Deleted Added
sdiff udiff text old ( 11357:6668387fa488 ) new ( 12218:8c5db15dc8e7 )
full compact
1/*
2 * Copyright (c) 2012-2013 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
9 * licensed hereunder. You may use the software subject to the license
10 * terms below provided that you ensure that this notice is replicated

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

143 }
144
145 // store conditional failed already, so don't issue it to mem
146 return false;
147 }
148 return true;
149}
150
151
152} // namespace ArmISA
153
154#endif