utility.hh (7680:f4eda002333b) utility.hh (7693:f1db1000d957)
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

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

56void
57copyRegs(ThreadContext *src, ThreadContext *dest);
58
59static inline void
60copyMiscRegs(ThreadContext *src, ThreadContext *dest)
61{
62}
63
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

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

56void
57copyRegs(ThreadContext *src, ThreadContext *dest);
58
59static inline void
60copyMiscRegs(ThreadContext *src, ThreadContext *dest)
61{
62}
63
64void skipFunction(ThreadContext *tc);
65
64} // PowerISA namespace
65
66#endif // __ARCH_POWER_UTILITY_HH__
66} // PowerISA namespace
67
68#endif // __ARCH_POWER_UTILITY_HH__