mirror of
https://github.com/corda/corda.git
synced 2025-06-21 08:40:03 +00:00
make RegisterMask a class
This commit is contained in:
committed by
Joshua Warner
parent
87465e890b
commit
94761711c9
@ -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.lowRegisterMask);
|
||||
assertNotEqual(static_cast<uint64_t>(0), (uint64_t)mask.lowRegisterMask);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user