Deleted Added
sdiff udiff text old ( 11294:a368064a2ab5 ) new ( 12110:c24ee249b8ba )
full compact
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;

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

294 static FaultStat _count;
295
296 public:
297 FaultName name() const {return _name;}
298 FaultVect vect() {return _vect;}
299 FaultStat & countStat() {return _count;}
300};
301
302class PalFault : public AlphaFault
303{
304 private:
305 static FaultName _name;
306 static FaultVect _vect;
307 static FaultStat _count;
308
309 protected:

--- 24 unchanged lines hidden ---