nativetrace.cc (6409:6eaa041d043e) nativetrace.cc (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2006-2009 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;

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

57Trace::NativeTraceRecord::dump()
58{
59 //Don't print what happens for each micro-op, just print out
60 //once at the last op, and for regular instructions.
61 if (!staticInst->isMicroop() || staticInst->isLastMicroop())
62 parent->check(this);
63}
64
1/*
2 * Copyright (c) 2006-2009 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;

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

57Trace::NativeTraceRecord::dump()
58{
59 //Don't print what happens for each micro-op, just print out
60 //once at the last op, and for regular instructions.
61 if (!staticInst->isMicroop() || staticInst->isLastMicroop())
62 parent->check(this);
63}
64
65} /* namespace Trace */
65} // namespace Trace