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

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

73void skipFunction(ThreadContext *tc);
74
75inline void
76advancePC(PCState &pc, const StaticInstPtr inst)
77{
78 pc.advance();
79}
80
1/*
2 * Copyright (c) 2003-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

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

73void skipFunction(ThreadContext *tc);
74
75inline void
76advancePC(PCState &pc, const StaticInstPtr inst)
77{
78 pc.advance();
79}
80
81} // PowerISA namespace
81} // namespace PowerISA
82
83#endif // __ARCH_POWER_UTILITY_HH__
82
83#endif // __ARCH_POWER_UTILITY_HH__