mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-25 17:20:48 +00:00
new is not a valid default anywhere, so make this pure virtual
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22542 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -85,6 +85,11 @@ namespace llvm {
|
||||
return 0;
|
||||
}
|
||||
|
||||
virtual unsigned char* allocateGlobal(unsigned size, unsigned alignment) {
|
||||
assert(0 && "Globals not implemented yet!");
|
||||
return 0;
|
||||
}
|
||||
|
||||
/// JIT SPECIFIC FUNCTIONS - DO NOT IMPLEMENT THESE HERE!
|
||||
void startFunctionStub(unsigned StubSize) {
|
||||
assert(0 && "JIT specific function called!");
|
||||
|
Reference in New Issue
Block a user