Commit 641f6373 authored by Alastair Robertson's avatar Alastair Robertson

Fix segmentation fault in release builds

parent 198d7545
......@@ -75,6 +75,7 @@ llvm::Type *IRBuilderBPF::GetType(const SizedType &stype)
abort();
}
}
return ty;
}
CallInst *IRBuilderBPF::CreateBpfPseudoCall(int mapfd)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment