cpu.hh (6314:781969fbeca9) cpu.hh (7445:dfd04ffc1773)
1/*
2 * Copyright (c) 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;

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

49#if FULL_SYSTEM
50namespace TheISA
51{
52 class TLB;
53}
54class Processor;
55class PhysicalMemory;
56
1/*
2 * Copyright (c) 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;

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

49#if FULL_SYSTEM
50namespace TheISA
51{
52 class TLB;
53}
54class Processor;
55class PhysicalMemory;
56
57class RemoteGDB;
58class GDBListener;
59
60#else
61
62class Process;
63
64#endif // FULL_SYSTEM
65template <class>
66class BaseDynInst;
67class CheckerCPUParams;

--- 314 unchanged lines hidden ---
57#else
58
59class Process;
60
61#endif // FULL_SYSTEM
62template <class>
63class BaseDynInst;
64class CheckerCPUParams;

--- 314 unchanged lines hidden ---