mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +00:00
restore call to Client::releaseTemporary in moveCM
This commit is contained in:
parent
6eacf7b804
commit
5f0b40e531
@ -990,7 +990,7 @@ moveCM(Context* c, unsigned aSize UNUSED, Assembler::Constant* a,
|
||||
Assembler::Register tmp(c->client->acquireTemporary());
|
||||
moveCR(c, 8, a, 8, &tmp);
|
||||
moveRM(c, 8, &tmp, 8, b);
|
||||
|
||||
c->client->releaseTemporary(tmp.low);
|
||||
}
|
||||
} else {
|
||||
Assembler::Constant ah(shiftMaskPromise(c, a->value, 32, 0xFFFFFFFF));
|
||||
|
Loading…
Reference in New Issue
Block a user