comparison src/cpu/x86/vm/frame_x86.hpp @ 7735:a7a93887b4c4

fix Solaris build and initial SPARC support
author twisti
date Wed, 06 Feb 2013 18:01:07 -0800
parents e522a00b91aa
children b8f261ba79c6
comparison
equal deleted inserted replaced
7734:a0cfabe195c6 7735:a7a93887b4c4
189 189
190 // accessors for the instance variables 190 // accessors for the instance variables
191 // Note: not necessarily the real 'frame pointer' (see real_fp) 191 // Note: not necessarily the real 'frame pointer' (see real_fp)
192 intptr_t* fp() const { return _fp; } 192 intptr_t* fp() const { return _fp; }
193 193
194 inline address* sender_pc_addr() const;
195
196 // return address of param, zero origin index. 194 // return address of param, zero origin index.
197 inline address* native_param_addr(int idx) const; 195 inline address* native_param_addr(int idx) const;
198 196
199 // expression stack tos if we are nested in a java call 197 // expression stack tos if we are nested in a java call
200 intptr_t* interpreter_frame_last_sp() const; 198 intptr_t* interpreter_frame_last_sp() const;