diff --git a/test/fuzztest/initializedebugger_fuzzer/initializedebugger_fuzzer.cpp b/test/fuzztest/initializedebugger_fuzzer/initializedebugger_fuzzer.cpp index ab64a4efc8af15091e156376a192bd30acffd3a3..1ad5c7981e33255f521d7f67c81b38b94a8c0d45 100644 --- a/test/fuzztest/initializedebugger_fuzzer/initializedebugger_fuzzer.cpp +++ b/test/fuzztest/initializedebugger_fuzzer/initializedebugger_fuzzer.cpp @@ -26,6 +26,7 @@ namespace OHOS { { RuntimeOption option; option.SetLogLevel(RuntimeOption::LOG_LEVEL::ERROR); + option.SetEnableAsmInterpreter(false); auto vm = JSNApi::CreateJSVM(option); using OnResponseType = const std::function; OnResponseType onResponse = [data, size](const void *d, [[maybe_unused]] const std::string &s) -> void {