mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-28 00:25:18 +00:00
134e555c42
With the existing macro, `align!(7, 4)` would generate `16` which is obviously wrong. Also, given it is a macro, the compiler catch the error if the provided 'alignment' is '0'. Signed-off-by: Bo Chen <chen.bo@intel.com> |
||
---|---|---|
.. | ||
lib.rs | ||
vhdx_bat.rs | ||
vhdx_header.rs | ||
vhdx_io.rs | ||
vhdx_metadata.rs | ||
vhdx.rs |