diff options
-rw-r--r-- | vl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3385,6 +3385,7 @@ void qemu_chr_close(CharDriverState *chr) /***********************************************************/ /* network device redirectors */ +__attribute__ (( unused )) static void hex_dump(FILE *f, const uint8_t *buf, int size) { int len, i, j, c; |