process.hh (10299:bec0c5ffc323) process.hh (11800:54436a1784dc)
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;

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

30 */
31
32#ifndef __MIPS_PROCESS_HH__
33#define __MIPS_PROCESS_HH__
34
35#include <string>
36#include <vector>
37
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;

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

30 */
31
32#ifndef __MIPS_PROCESS_HH__
33#define __MIPS_PROCESS_HH__
34
35#include <string>
36#include <vector>
37
38#include "mem/page_table.hh"
38#include "sim/process.hh"
39
40class LiveProcess;
41class ObjectFile;
42class System;
43
44class MipsLiveProcess : public LiveProcess
45{

--- 21 unchanged lines hidden ---
39#include "sim/process.hh"
40
41class LiveProcess;
42class ObjectFile;
43class System;
44
45class MipsLiveProcess : public LiveProcess
46{

--- 21 unchanged lines hidden ---