mirror of
https://github.com/corda/corda.git
synced 2025-03-14 16:26:36 +00:00
disallow memory,constant comparisons on x86
This commit is contained in:
parent
b52cefa86e
commit
ad6153612b
@ -1942,7 +1942,7 @@ class MyAssembler: public Assembler {
|
||||
*aTypeMask = ~(1 << MemoryOperand);
|
||||
*bTypeMask = ~(1 << MemoryOperand);
|
||||
} else {
|
||||
*bTypeMask = ~0;
|
||||
*bTypeMask = ~(1 << ConstantOperand);
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user