arguments.hh (4826:259b996a6da6) arguments.hh (6214:1ec0ec8933ae)
1/*
2 * Copyright (c) 2003-2005 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;

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

31#ifndef __SIM_ARGUMENTS_HH__
32#define __SIM_ARGUMENTS_HH__
33
34#include <assert.h>
35
36#include "arch/vtophys.hh"
37#include "base/refcnt.hh"
38#include "mem/vport.hh"
1/*
2 * Copyright (c) 2003-2005 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;

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

31#ifndef __SIM_ARGUMENTS_HH__
32#define __SIM_ARGUMENTS_HH__
33
34#include <assert.h>
35
36#include "arch/vtophys.hh"
37#include "base/refcnt.hh"
38#include "mem/vport.hh"
39#include "sim/host.hh"
39#include "base/types.hh"
40
41class ThreadContext;
42
43class Arguments
44{
45 protected:
46 ThreadContext *tc;
47 int number;

--- 104 unchanged lines hidden ---
40
41class ThreadContext;
42
43class Arguments
44{
45 protected:
46 ThreadContext *tc;
47 int number;

--- 104 unchanged lines hidden ---