« Previous | Next » 

Revision d0bc5bc3

IDd0bc5bc3aac64be2c0b91f1446ed748444cc3141

Added by Markus Armbruster over 12 years ago

sysbus: Supply missing va_end()

C99 7.15.1: Each invocation of the va_start and va_copy macros shall
be matched by a corresponding invocation of the va_end macro in the
same function.

Spotted by Coverity. Harmless on the (common) systems where va_end()
does nothing.

Signed-off-by: Markus Armbruster <>
Signed-off-by: Stefan Hajnoczi <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences