Address.hh (6154:6bb54dcb940e) Address.hh (6239:0c808c6d4481)
1
2/*
1/*
3 * Copyright (c) 1999 by Mark Hill and David Wood for the Wisconsin
4 * Multifacet Project. ALL RIGHTS RESERVED.
2 * Copyright (c) 1999 Mark D. Hill and David A. Wood
3 * All rights reserved.
5 *
4 *
6 * ##HEADER##
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;
9 * redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
11 * documentation and/or other materials provided with the distribution;
12 * neither the name of the copyright holders nor the names of its
13 * contributors may be used to endorse or promote products derived from
14 * this software without specific prior written permission.
7 *
15 *
8 * This software is furnished under a license and may be used and
9 * copied only in accordance with the terms of such license and the
10 * inclusion of the above copyright notice. This software or any
11 * other copies thereof or any derivative works may not be provided or
12 * otherwise made available to any other persons. Title to and
13 * ownership of the software is retained by Mark Hill and David Wood.
14 * Any use of this software must include the above copyright notice.
15 *
16 * THIS SOFTWARE IS PROVIDED "AS IS". THE LICENSOR MAKES NO
17 * WARRANTIES ABOUT ITS CORRECTNESS OR PERFORMANCE.
18 * */
19
20/*
21 * $Id$
16 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
19 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
20 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
22 */
23
24#ifndef ADDRESS_H
25#define ADDRESS_H
26
27#include <iomanip>
28#include "mem/ruby/common/Global.hh"
29#include "mem/ruby/config/RubyConfig.hh"

--- 226 unchanged lines hidden ---
27 */
28
29#ifndef ADDRESS_H
30#define ADDRESS_H
31
32#include <iomanip>
33#include "mem/ruby/common/Global.hh"
34#include "mem/ruby/config/RubyConfig.hh"

--- 226 unchanged lines hidden ---