diff --git a/src/x86.cpp b/src/x86.cpp index 7babc5e89a..674e06f6d8 100644 --- a/src/x86.cpp +++ b/src/x86.cpp @@ -1544,7 +1544,7 @@ compareCM(Context* c, unsigned aSize, Assembler::Constant* a, void longCompare(Context* c, Assembler::Operand* al, Assembler::Operand* ah, - Assembler::Operand* bl, Assembler::Operand* bh, + Assembler::Register* bl, Assembler::Operand* bh, BinaryOperationType compare) { ResolvedPromise negativePromise(-1);