$OpenBSD$ index 17de7a7..7e578c8 100644 --- js/src/jit/x86/MacroAssembler-x86.h.orig Fri Feb 20 15:40:37 2015 +++ js/src/jit/x86/MacroAssembler-x86.h Fri Feb 20 15:40:37 2015 @@ -1086,8 +1086,7 @@ class MacroAssemblerX86 : public MacroAssemblerX86Shared void callWithABI(const Address &fun, MoveOp::Type result = MoveOp::GENERAL); // Used from within an Exit frame to handle a pending exception. - void handleFailureWithHandler(void *handler); - void handleFailureWithHandlerTail(); + void handleFailureWithHandlerTail(void *handler); void makeFrameDescriptor(Register frameSizeReg, FrameType type) { shll(Imm32(FRAMESIZE_SHIFT), frameSizeReg);