diff --git a/js/src/jit/none/CodeGenerator-none.h b/js/src/jit/none/CodeGenerator-none.h index 52362266ffa..0e9892167a5 100644 --- a/js/src/jit/none/CodeGenerator-none.h +++ b/js/src/jit/none/CodeGenerator-none.h @@ -24,7 +24,7 @@ class CodeGeneratorNone : public CodeGeneratorShared } template inline Register ToOperand(T) { MOZ_CRASH(); } - MoveOperand toMoveOperand(const LAllocation*) const { MOZ_CRASH(); } + MoveOperand toMoveOperand(const LAllocation) const { MOZ_CRASH(); } template void bailoutCmp32(Assembler::Condition, T1, T2, LSnapshot*) { MOZ_CRASH(); } template