Deleted Added
sdiff udiff text old ( 13234:dea0fbed3f19 ) new ( 13344:0d881accc3ee )
full compact
1/*
2 * Copyright (c) 2013 Andreas Sandberg
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Andreas Sandberg
29 */
30
31#include "arch/generic/mmapped_ipr.hh"
32
33#include "mem/packet.hh"
34#include "mem/packet_access.hh"
35#include "sim/pseudo_inst.hh"
36
37using namespace GenericISA;
38
39static void
40handlePseudoInst(ThreadContext *xc, Packet *pkt)

--- 45 unchanged lines hidden ---