symqemu mutator options

This commit is contained in:
vanhauser-thc
2023-05-18 10:50:10 +02:00
parent abd6eace9d
commit 401d7617ef
4 changed files with 51 additions and 12 deletions

View File

@ -949,7 +949,7 @@ void read_bitmap(u8 *fname, u8 *map, size_t len) {
/* Get unix time in milliseconds */
u64 get_cur_time(void) {
inline u64 get_cur_time(void) {
struct timeval tv;
struct timezone tz;