pass srcSelectSize instead of srcSize to Architecture::plan in appendMove

This commit is contained in:
Joel Dice 2009-03-09 12:31:41 -06:00
parent 8ac6fb9d75
commit c11203b401

View File

@ -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);