mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-24 05:25:22 +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>