pseudo_inst.hh (5808:baf5d5c96c68) pseudo_inst.hh (6214:1ec0ec8933ae)
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;

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

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" and "Addr" data types from here
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;

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

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" and "Addr" data types from here
34#include "sim/host.hh"
34#include "base/types.hh"
35
36namespace PseudoInst {
37
38/**
39 * @todo these externs are only here for a hack in fullCPU::takeOver...
40 */
41extern bool doStatisticsInsts;
42extern bool doCheckpointInsts;

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

--- 25 unchanged lines hidden ---