diff --git a/src/module.cc b/src/module.cc index e8e1664..63948f9 100644 --- a/src/module.cc +++ b/src/module.cc @@ -33,7 +33,8 @@ using art::FilesystemHelper; HArtist *TraceModule::createPass(const MethodInfo &method_info) const { - return new(method_info.GetGraph()->GetArena()) HTraceArtist(method_info); +// return new(method_info.GetGraph()->GetArena()) HTraceArtist(method_info); + return new HTraceArtist(method_info); } shared_ptr TraceModule::createCodeLib() const {