mirror of
https://github.com/corda/corda.git
synced 2025-03-12 23:44:13 +00:00
fix xorR regression introduced in last commit
This commit is contained in:
parent
cca3e72318
commit
77195713b8
@ -1117,7 +1117,7 @@ xorR(Context* c, unsigned size, Assembler::Register* a,
|
||||
xorR(c, 4, a, b, dst);
|
||||
xorR(c, 4, &ah, &bh, &dh);
|
||||
} else {
|
||||
issue(c, xor_(a->low, dst->low, b->low));
|
||||
issue(c, xor_(dst->low, a->low, b->low));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user