stacktrace.hh (6691:cd68b6ecd68d) stacktrace.hh (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2005 The Regents of The University of Michigan
3 * Copyright (c) 2007-2008 The Florida State University
4 * Copyright (c) 2009 The University of Edinburgh
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are

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

138
139 if (valid())
140 clear();
141
142 trace(tc, !inst->isReturn());
143 return true;
144}
145
1/*
2 * Copyright (c) 2005 The Regents of The University of Michigan
3 * Copyright (c) 2007-2008 The Florida State University
4 * Copyright (c) 2009 The University of Edinburgh
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are

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

138
139 if (valid())
140 clear();
141
142 trace(tc, !inst->isReturn());
143 return true;
144}
145
146} // PowerISA namespace
146} // namespace PowerISA
147
148#endif // __ARCH_POWER_STACKTRACE_HH__
147
148#endif // __ARCH_POWER_STACKTRACE_HH__