mirror of
https://github.com/corda/corda.git
synced 2025-01-21 03:55:00 +00:00
pass srcSelectSize instead of srcSize to Architecture::plan in appendMove
This commit is contained in:
parent
8ac6fb9d75
commit
c11203b401
@ -2705,7 +2705,7 @@ appendMove(Context* c, BinaryOperation type, unsigned srcSize,
|
||||
uint8_t dstTypeMask;
|
||||
uint64_t dstRegisterMask;
|
||||
|
||||
c->arch->plan(type, srcSize, &srcTypeMask, &srcRegisterMask,
|
||||
c->arch->plan(type, srcSelectSize, &srcTypeMask, &srcRegisterMask,
|
||||
dstSize, &dstTypeMask, &dstRegisterMask,
|
||||
&thunk);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user