arguments.hh (9550:e0e2c8f83d08) | arguments.hh (9850:87d6b41749e9) |
---|---|
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; --- 19 unchanged lines hidden (view full) --- 28 * Authors: Nathan Binkert 29 */ 30 31#ifndef __SIM_ARGUMENTS_HH__ 32#define __SIM_ARGUMENTS_HH__ 33 34#include <cassert> 35 | 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; --- 19 unchanged lines hidden (view full) --- 28 * Authors: Nathan Binkert 29 */ 30 31#ifndef __SIM_ARGUMENTS_HH__ 32#define __SIM_ARGUMENTS_HH__ 33 34#include <cassert> 35 |
36#include "arch/vtophys.hh" | |
37#include "base/refcnt.hh" 38#include "base/types.hh" 39#include "mem/fs_translating_port_proxy.hh" 40 41class ThreadContext; 42 43class Arguments 44{ --- 107 unchanged lines hidden --- | 36#include "base/refcnt.hh" 37#include "base/types.hh" 38#include "mem/fs_translating_port_proxy.hh" 39 40class ThreadContext; 41 42class Arguments 43{ --- 107 unchanged lines hidden --- |