src/cpu/x86/vm/frame_x86.hpp

changeset 7553
f43fad8786fc
parent 6198
55fb97c4c58d
child 7854
e8260b6328fb
     1.1 --- a/src/cpu/x86/vm/frame_x86.hpp	Mon Dec 15 18:11:51 2014 +0400
     1.2 +++ b/src/cpu/x86/vm/frame_x86.hpp	Wed Sep 24 12:19:07 2014 -0700
     1.3 @@ -187,6 +187,8 @@
     1.4  
     1.5    frame(intptr_t* sp, intptr_t* fp);
     1.6  
     1.7 +  void init(intptr_t* sp, intptr_t* fp, address pc);
     1.8 +
     1.9    // accessors for the instance variables
    1.10    // Note: not necessarily the real 'frame pointer' (see real_fp)
    1.11    intptr_t*   fp() const { return _fp; }

mercurial