Deleted Added
sdiff udiff text old ( 2732:d2443ce353d2 ) new ( 2734:af0d50755df7 )
full compact
1/*
2 * Copyright (c) 2006 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;

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

824 inst_list_it--;
825 ++num;
826 }
827
828}
829
830//template
831//class Checker<RefCountingPtr<OzoneDynInst<OzoneImpl> > >;
832// Manually instantiate checker
833template
834class Checker<RefCountingPtr<AlphaDynInst<AlphaSimpleImpl> > >;