mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-04-12 18:40:23 +08:00
Passing an object to nasm_zero() allows us to use it on arrays. Otherwise the array will decay to a pointer and silently clear only the first member of the array! Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>