mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Fix a warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18083 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
88f9386cfe
commit
b0f72a17d9
@ -48,6 +48,7 @@ namespace llvm {
|
||||
/// address. Return the address of the resultant function.
|
||||
virtual void *emitFunctionStub(void *Fn, MachineCodeEmitter &MCE) {
|
||||
assert(0 && "This target doesn't implement emitFunctionStub!");
|
||||
return 0;
|
||||
}
|
||||
|
||||
/// LazyResolverFn - This typedef is used to represent the function that
|
||||
|
Loading…
Reference in New Issue
Block a user