fix warning

This commit is contained in:
Sergej Schumilo 2021-12-22 10:23:44 +01:00
parent 1bf9ad93a6
commit acc90e462b

View File

@ -97,7 +97,7 @@ typedef struct nyx_interface_state {
} nyx_interface_state; } nyx_interface_state;
static void kafl_guest_event(void *opaque, QEMUChrEvent event){ static void kafl_guest_event(void *opaque, int event){
} }
static void send_char(char val, void* tmp_s){ static void send_char(char val, void* tmp_s){