diff --git a/test/fuzzer/wasm-compile.cc b/test/fuzzer/wasm-compile.cc index e0e3ef7dc5..807f164b86 100644 --- a/test/fuzzer/wasm-compile.cc +++ b/test/fuzzer/wasm-compile.cc @@ -829,10 +829,6 @@ void WasmGenerator::Generate(DataRange* data) { &WasmGenerator::op_with_prefix, &WasmGenerator::op_with_prefix, &WasmGenerator::op_with_prefix, - &WasmGenerator::op_with_prefix, - &WasmGenerator::op_with_prefix, - &WasmGenerator::op_with_prefix, - &WasmGenerator::op_with_prefix, &WasmGenerator::block, &WasmGenerator::loop, @@ -957,6 +953,11 @@ void WasmGenerator::Generate(DataRange* data) { &WasmGenerator::op, &WasmGenerator::op, + &WasmGenerator::op_with_prefix, + &WasmGenerator::op_with_prefix, + &WasmGenerator::op_with_prefix, + &WasmGenerator::op_with_prefix, + &WasmGenerator::block, &WasmGenerator::loop, &WasmGenerator::if_,