mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-14 17:34:41 +00:00
Add stub version of replaceMachineCodeForFunction. It will live here until
we have a better place for it to go. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9197 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
578b68cc47
commit
5358bc39c1
@ -98,6 +98,14 @@ public:
|
||||
MachineCodeEmitter &MCE) {
|
||||
return true;
|
||||
}
|
||||
|
||||
/// replaceMachineCodeForFunction - Make it so that calling the
|
||||
/// function whose machine code is at OLD turns into a call to NEW. Returns
|
||||
/// true iff an error occurred. FIXME: this is JIT-specific.
|
||||
///
|
||||
virtual bool replaceMachineCodeForFunction (void *Old, void *New) {
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user