mirror of
https://github.com/corda/corda.git
synced 2025-03-12 23:44:13 +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;
|
||||
|
||||
case Move:
|
||||
*aTypeMask = (1 << RegisterOperand) | (1 << MemoryOperand);
|
||||
*aTypeMask = ~0;
|
||||
*aRegisterMask = ~static_cast<uint64_t>(0);
|
||||
|
||||
if (BytesPerWord == 4) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user