Török Edvin 17 years ago
parent e6d1fe78ea
commit 6fa1a75be8
  1. 1
      libclamav/c++/bytecode2llvm.cpp

@ -764,6 +764,7 @@ int bytecode_init(void)
// Called once when loading a new set of BC files
int cli_bytecode_init_jit(struct cli_all_bc *bcs)
{
//TODO: if !llvm_is_multi...
bcs->engine = new(std::nothrow) struct cli_bcengine;
if (!bcs->engine)
return CL_EMEM;

Loading…
Cancel
Save