equal
deleted
inserted
replaced
115 // of the return address we need the real "raw" sp. Since sparc already |
115 // of the return address we need the real "raw" sp. Since sparc already |
116 // uses sp() to mean "raw" sp and unextended_sp() to mean the caller's |
116 // uses sp() to mean "raw" sp and unextended_sp() to mean the caller's |
117 // original sp we use that convention. |
117 // original sp we use that convention. |
118 |
118 |
119 intptr_t* _unextended_sp; |
119 intptr_t* _unextended_sp; |
120 void adjust_unextended_sp(); |
120 void adjust_unextended_sp() NOT_DEBUG_RETURN; |
121 |
121 |
122 intptr_t* ptr_at_addr(int offset) const { |
122 intptr_t* ptr_at_addr(int offset) const { |
123 return (intptr_t*) addr_at(offset); |
123 return (intptr_t*) addr_at(offset); |
124 } |
124 } |
125 |
125 |