fix x86.cpp build

This commit is contained in:
Joel Dice 2009-03-01 15:14:51 -07:00
parent 28d4409b0a
commit 7a2bf9b855

View File

@ -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);