Fix enum bitfields passed to stdarg functions
VT_ENUM types use the .ref member and can be VT_BITFIELD, so we need to copy it as well. Simply do it always.
This commit is contained in:
Reference in New Issue
Block a user
VT_ENUM types use the .ref member and can be VT_BITFIELD, so we need to copy it as well. Simply do it always.