pseudo_inst.hh (2680:246e7104f744) pseudo_inst.hh (2980:eab855f06b79)
1/*
2 * Copyright (c) 2003-2006 The Regents of The University of Michigan
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: Nathan Binkert
29 */
30
31class ThreadContext;
32
1/*
2 * Copyright (c) 2003-2006 The Regents of The University of Michigan
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: Nathan Binkert
29 */
30
31class ThreadContext;
32
33//We need the "Tick" data type from here
33//We need the "Tick" and "Addr" data types from here
34#include "sim/host.hh"
34#include "sim/host.hh"
35//We need the "Addr" data type from here
36#include "arch/isa_traits.hh"
37
38namespace AlphaPseudo
39{
40 /**
41 * @todo these externs are only here for a hack in fullCPU::takeOver...
42 */
43 extern bool doStatisticsInsts;
44 extern bool doCheckpointInsts;

--- 20 unchanged lines hidden ---
35
36namespace AlphaPseudo
37{
38 /**
39 * @todo these externs are only here for a hack in fullCPU::takeOver...
40 */
41 extern bool doStatisticsInsts;
42 extern bool doCheckpointInsts;

--- 20 unchanged lines hidden ---