mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
Fix OProfileJITEventListener after r85182.
llvm-svn: 85192
This commit is contained in:
parent
89c2f934d6
commit
1f331552d6
@ -43,7 +43,7 @@ public:
|
||||
virtual void NotifyFunctionEmitted(const Function &F,
|
||||
void *FnStart, size_t FnSize,
|
||||
const EmittedFunctionDetails &Details);
|
||||
virtual void NotifyFreeingMachineCode(const Function &F, void *OldPtr);
|
||||
virtual void NotifyFreeingMachineCode(void *OldPtr);
|
||||
};
|
||||
|
||||
OProfileJITEventListener::OProfileJITEventListener()
|
||||
|
Loading…
Reference in New Issue
Block a user