exetrace.hh (7720:65d338a8dba4) exetrace.hh (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2001-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;

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

81 if (!IsOn(ExecSpeculative) && tc->misspeculating())
82 return NULL;
83
84 return new ExeTracerRecord(when, tc,
85 staticInst, pc, tc->misspeculating(), macroStaticInst);
86 }
87};
88
1/*
2 * Copyright (c) 2001-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;

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

81 if (!IsOn(ExecSpeculative) && tc->misspeculating())
82 return NULL;
83
84 return new ExeTracerRecord(when, tc,
85 staticInst, pc, tc->misspeculating(), macroStaticInst);
86 }
87};
88
89/* namespace Trace */ }
89} // namespace Trace
90
91#endif // __CPU_EXETRACE_HH__
90
91#endif // __CPU_EXETRACE_HH__