tests: fix build for wow

This commit is contained in:
fuwa 2020-05-15 18:31:01 +08:00
parent 6e43f020ae
commit 533f58dae6
2 changed files with 6 additions and 4 deletions

View file

@ -34,7 +34,8 @@
#include <errno.h>
#include "crypto/hash-ops.h"
extern volatile int use_v4_jit_flag;
/* extern volatile int use_v4_jit_flag; */
volatile int use_v4_jit_flag = 0;
static int test(const uint8_t *data, size_t len, uint64_t height)
{