mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 22:07:27 +00:00
Fix OProfileJITEventListener after r85182.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85192 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7b5e61707a
commit
ee4eb33c25
@ -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