Deleted Added
sdiff udiff text old ( 6365:a3037fa327a0 ) new ( 7811:a8fc35183c10 )
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;

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

42{
43 public:
44 SparcNativeTrace(const Params *p) : NativeTrace(p)
45 {}
46
47 void check(NativeTraceRecord *record);
48};
49
50} /* namespace Trace */
51
52#endif // __CPU_NATIVETRACE_HH__