$OpenBSD$ index 2c11e9a..5010549 100644 --- js/src/jit/x64/MacroAssembler-x64.h.orig Fri Feb 20 15:40:37 2015 +++ js/src/jit/x64/MacroAssembler-x64.h Fri Feb 20 15:40:37 2015 @@ -1288,8 +1288,7 @@ class MacroAssemblerX64 : public MacroAssemblerX86Shared void callWithABI(AsmJSImmPtr imm, MoveOp::Type result = MoveOp::GENERAL); void callWithABI(Address fun, MoveOp::Type result = MoveOp::GENERAL); - void handleFailureWithHandler(void *handler); - void handleFailureWithHandlerTail(); + void handleFailureWithHandlerTail(void *handler); void makeFrameDescriptor(Register frameSizeReg, FrameType type) { shlq(Imm32(FRAMESIZE_SHIFT), frameSizeReg);