--- old/src/os/linux/vm/os_linux.hpp 2015-03-06 16:23:15.612149000 +0100 +++ new/src/os/linux/vm/os_linux.hpp 2015-03-06 16:23:15.052093000 +0100 @@ -143,6 +143,7 @@ static int vm_default_page_size(void) { return _vm_default_page_size; } static address ucontext_get_pc(ucontext_t* uc); + static void ucontext_set_pc(ucontext_t* uc, address pc); static intptr_t* ucontext_get_sp(ucontext_t* uc); static intptr_t* ucontext_get_fp(ucontext_t* uc);