system.hh (12458:8de44b407db4) system.hh (12484:be3fa5e27fb5)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

100
101 void writeOutMPTable(Addr fp,
102 Addr &fpSize, Addr &tableSize, Addr table = 0);
103
104 const Params *params() const { return (const Params *)_params; }
105
106 virtual Addr fixFuncEventAddr(Addr addr)
107 {
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

100
101 void writeOutMPTable(Addr fp,
102 Addr &fpSize, Addr &tableSize, Addr table = 0);
103
104 const Params *params() const { return (const Params *)_params; }
105
106 virtual Addr fixFuncEventAddr(Addr addr)
107 {
108 //XXX This may eventually have to do something useful.
108 // XXX This may eventually have to do something useful.
109 return addr;
110 }
111};
112
113#endif
114
109 return addr;
110 }
111};
112
113#endif
114