mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 21:55:20 +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> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |