utility.hh (9889:2dbc34e3b922) utility.hh (10417:710ee116eb68)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

89
90 void copyRegs(ThreadContext *src, ThreadContext *dest);
91
92 void copyMiscRegs(ThreadContext *src, ThreadContext *dest);
93
94 void skipFunction(ThreadContext *tc);
95
96 inline void
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

89
90 void copyRegs(ThreadContext *src, ThreadContext *dest);
91
92 void copyMiscRegs(ThreadContext *src, ThreadContext *dest);
93
94 void skipFunction(ThreadContext *tc);
95
96 inline void
97 advancePC(PCState &pc, const StaticInstPtr inst)
97 advancePC(PCState &pc, const StaticInstPtr &inst)
98 {
99 inst->advancePC(pc);
100 }
101
102 inline uint64_t
103 getExecutingAsid(ThreadContext *tc)
104 {
105 return 0;

--- 103 unchanged lines hidden ---
98 {
99 inst->advancePC(pc);
100 }
101
102 inline uint64_t
103 getExecutingAsid(ThreadContext *tc)
104 {
105 return 0;

--- 103 unchanged lines hidden ---