Fix usermode

This commit is contained in:
Andrea Fioraldi 2022-11-22 13:59:30 +01:00
parent ef51b76ce6
commit f26a5ca613

1
cpu.c
View File

@ -47,7 +47,6 @@
#include "tcg/tcg-op.h" #include "tcg/tcg-op.h"
#include "tcg/tcg-internal.h" #include "tcg/tcg-internal.h"
#include "exec/helper-head.h" #include "exec/helper-head.h"
#include "hw/boards.h"
#define LIBAFL_TABLES_SIZE 16384 #define LIBAFL_TABLES_SIZE 16384
#define LIBAFL_TABLES_HASH(p) (((13*((size_t)(p))) ^ (((size_t)(p)) >> 15)) % LIBAFL_TABLES_SIZE) #define LIBAFL_TABLES_HASH(p) (((13*((size_t)(p))) ^ (((size_t)(p)) >> 15)) % LIBAFL_TABLES_SIZE)