From 7a2bf9b85508f8511e375af99913b80f0acfbdff Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Sun, 1 Mar 2009 15:14:51 -0700 Subject: [PATCH] fix x86.cpp build --- src/x86.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);