process.hh (11386:94c09b607a84) process.hh (11800:54436a1784dc)
1/*
2 * Copyright (c) 2003-2004 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 __SPARC_PROCESS_HH__
33#define __SPARC_PROCESS_HH__
34
35#include <string>
36#include <vector>
37
1/*
2 * Copyright (c) 2003-2004 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 __SPARC_PROCESS_HH__
33#define __SPARC_PROCESS_HH__
34
35#include <string>
36#include <vector>
37
38#include "mem/page_table.hh"
38#include "sim/byteswap.hh"
39#include "sim/process.hh"
40
41class ObjectFile;
42class System;
43
44class SparcLiveProcess : public LiveProcess
45{

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

--- 91 unchanged lines hidden ---