mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-03 05:32:24 +00:00
Fix build error from previous commit.
llvm-svn: 167477
This commit is contained in:
parent
77b0238596
commit
49517a494b
@ -59,7 +59,7 @@ MCJIT::MCJIT(Module *m, TargetMachine *tm, RTDyldMemoryManager *MM,
|
||||
|
||||
MCJIT::~MCJIT() {
|
||||
if (LoadedObject)
|
||||
NotifyFreeingObject(LoadedObject.get());
|
||||
NotifyFreeingObject(*LoadedObject.get());
|
||||
delete MemMgr;
|
||||
delete TM;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user