diff src/os/aix/vm/os_aix.hpp @ 20710:c5e86c5cd22e

8066964: ppc64: argument and return type profiling, fix problem with popframe Reviewed-by: roland, kvn
author goetz
date Fri, 12 Dec 2014 08:48:56 +0100
parents 666e6ce3976c
children
line wrap: on
line diff
--- a/src/os/aix/vm/os_aix.hpp	Thu Dec 11 18:53:50 2014 -0500
+++ b/src/os/aix/vm/os_aix.hpp	Fri Dec 12 08:48:56 2014 +0100
@@ -209,7 +209,7 @@
     return _can_use_16M_pages == 1 ? true : false;
   }
 
-  static address   ucontext_get_pc(ucontext_t* uc);
+  static address   ucontext_get_pc(const ucontext_t* uc);
   static intptr_t* ucontext_get_sp(ucontext_t* uc);
   static intptr_t* ucontext_get_fp(ucontext_t* uc);
   // Set PC into context. Needed for continuation after signal.