inteltrace.hh (7720:65d338a8dba4) inteltrace.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;

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

77 if (!IsOn(ExecSpeculative) && tc->misspeculating())
78 return NULL;
79
80 return new IntelTraceRecord(when, tc,
81 staticInst, pc, tc->misspeculating(), macroStaticInst);
82 }
83};
84
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;

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

77 if (!IsOn(ExecSpeculative) && tc->misspeculating())
78 return NULL;
79
80 return new IntelTraceRecord(when, tc,
81 staticInst, pc, tc->misspeculating(), macroStaticInst);
82 }
83};
84
85/* namespace Trace */ }
85} // namespace Trace
86
87#endif // __CPU_INTELTRACE_HH__
86
87#endif // __CPU_INTELTRACE_HH__