mirror of
https://github.com/corda/corda.git
synced 2025-06-14 05:08:18 +00:00
split low/high register mask in OperandMask
This commit is contained in:
@ -79,6 +79,6 @@ TEST(ArchitecturePlan)
|
||||
(lir::UnaryOperation)op, vm::TargetBytesPerWord, mask, &thunk);
|
||||
assertFalse(thunk);
|
||||
assertNotEqual(static_cast<uint8_t>(0), mask.typeMask);
|
||||
assertNotEqual(static_cast<uint64_t>(0), mask.registerMask);
|
||||
assertNotEqual(static_cast<uint64_t>(0), mask.lowRegisterMask);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user