Deleted Added
sdiff udiff text old ( 5718:323cfbfec1a4 ) new ( 5795:72ce7502dc71 )
full compact
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;

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

134 uint64_t next_PID;
135
136 public:
137 uint64_t allocatePID()
138 {
139 return next_PID++;
140 }
141
142
143#endif // FULL_SYSTEM
144
145 protected:
146 Enums::MemoryMode memoryMode;
147
148#if FULL_SYSTEM
149 /**
150 * Fix up an address used to match PCs for hooking simulator

--- 98 unchanged lines hidden ---