mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
fix x86.cpp build
This commit is contained in:
parent
28d4409b0a
commit
7a2bf9b855
@ -1544,7 +1544,7 @@ compareCM(Context* c, unsigned aSize, Assembler::Constant* a,
|
|||||||
|
|
||||||
void
|
void
|
||||||
longCompare(Context* c, Assembler::Operand* al, Assembler::Operand* ah,
|
longCompare(Context* c, Assembler::Operand* al, Assembler::Operand* ah,
|
||||||
Assembler::Operand* bl, Assembler::Operand* bh,
|
Assembler::Register* bl, Assembler::Operand* bh,
|
||||||
BinaryOperationType compare)
|
BinaryOperationType compare)
|
||||||
{
|
{
|
||||||
ResolvedPromise negativePromise(-1);
|
ResolvedPromise negativePromise(-1);
|
||||||
|
Loading…
Reference in New Issue
Block a user