Deleted Added
sdiff udiff text old ( 2799:1c93aed5aa4a ) new ( 2840:227f7c4f8c81 )
full compact
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;

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

47#include "sim/stat_control.hh"
48#include "sim/stats.hh"
49#include "sim/system.hh"
50#include "sim/debug.hh"
51#include "sim/vptr.hh"
52
53using namespace std;
54
55using namespace Stats;
56using namespace TheISA;
57
58namespace AlphaPseudo
59{
60 bool doStatisticsInsts;
61 bool doCheckpointInsts;
62 bool doQuiesce;

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

273
274 void debugbreak(ThreadContext *tc)
275 {
276 debug_break();
277 }
278
279 void switchcpu(ThreadContext *tc)
280 {
281 }
282}