src/os/aix/vm/os_aix.hpp

changeset 7424
c5e86c5cd22e
parent 0
f90c822e73f8
child 9289
427b2fb1944f
     1.1 --- a/src/os/aix/vm/os_aix.hpp	Thu Dec 11 18:53:50 2014 -0500
     1.2 +++ b/src/os/aix/vm/os_aix.hpp	Fri Dec 12 08:48:56 2014 +0100
     1.3 @@ -209,7 +209,7 @@
     1.4      return _can_use_16M_pages == 1 ? true : false;
     1.5    }
     1.6  
     1.7 -  static address   ucontext_get_pc(ucontext_t* uc);
     1.8 +  static address   ucontext_get_pc(const ucontext_t* uc);
     1.9    static intptr_t* ucontext_get_sp(ucontext_t* uc);
    1.10    static intptr_t* ucontext_get_fp(ucontext_t* uc);
    1.11    // Set PC into context. Needed for continuation after signal.

mercurial