static_inst.hh (7720:65d338a8dba4) static_inst.hh (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2009 The University of Edinburgh
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;

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

66
67 void
68 advancePC(PowerISA::PCState &pcState) const
69 {
70 pcState.advance();
71 }
72};
73
1/*
2 * Copyright (c) 2009 The University of Edinburgh
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;

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

66
67 void
68 advancePC(PowerISA::PCState &pcState) const
69 {
70 pcState.advance();
71 }
72};
73
74} // PowerISA namespace
74} // namespace PowerISA
75
76#endif //__ARCH_POWER_INSTS_STATICINST_HH__
75
76#endif //__ARCH_POWER_INSTS_STATICINST_HH__