mirror of
https://github.com/corda/corda.git
synced 2025-05-20 01:12:51 +00:00
allow source operand of any type for move operations
This commit is contained in:
parent
ec701b9994
commit
d9de4c607c
@ -2948,7 +2948,7 @@ class MyArchitecture: public Assembler::Architecture {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case Move:
|
case Move:
|
||||||
*aTypeMask = (1 << RegisterOperand) | (1 << MemoryOperand);
|
*aTypeMask = ~0;
|
||||||
*aRegisterMask = ~static_cast<uint64_t>(0);
|
*aRegisterMask = ~static_cast<uint64_t>(0);
|
||||||
|
|
||||||
if (BytesPerWord == 4) {
|
if (BytesPerWord == 4) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user