pseudo_inst.cc (8229:78bf55f23338) pseudo_inst.cc (8231:51cf7f3cf9ac)
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

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

348 return result;
349}
350
351#endif
352
353void
354debugbreak(ThreadContext *tc)
355{
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

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

348 return result;
349}
350
351#endif
352
353void
354debugbreak(ThreadContext *tc)
355{
356 debug_break();
356 Debug::breakpoint();
357}
358
359void
360switchcpu(ThreadContext *tc)
361{
362 exitSimLoop("switchcpu");
363}
364

--- 118 unchanged lines hidden ---
357}
358
359void
360switchcpu(ThreadContext *tc)
361{
362 exitSimLoop("switchcpu");
363}
364

--- 118 unchanged lines hidden ---