request.hh (2632:1bb2f91485ea) request.hh (2641:6d9d837e2032)
1/*
2 * Copyright (c) 2002-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;

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

190 /** Accesor function for thread number.*/
191 void setThreadNum(int _threadNum);
192
193 /** Accesor function for pc.*/
194 Addr getPC();
195 /** Accesor function for pc.*/
196 void setPC(Addr _pc);
197
1/*
2 * Copyright (c) 2002-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;

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

190 /** Accesor function for thread number.*/
191 void setThreadNum(int _threadNum);
192
193 /** Accesor function for pc.*/
194 Addr getPC();
195 /** Accesor function for pc.*/
196 void setPC(Addr _pc);
197
198 friend class Packet;
198};
199
200#endif // __MEM_REQUEST_HH__
199};
200
201#endif // __MEM_REQUEST_HH__