On 2/23/21 3:12 AM, Philippe Mathieu-Daudé wrote: > Fix a trivial incorrect usage of variable argument macros detected > by Coverity (missing_va_end: va_end was not called for ap). > > Fixes: Coverity CID 1446720 (VARARGS) > Fixes: e3c00c2ed75 ("Hexagon (target/hexagon) opcode data structures") > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > target/hexagon/opcodes.c | 1 + > 1 file changed, 1 insertion(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~