mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-03 14:31:10 +00:00
fix a build error on the clang-i686-linux tester.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79778 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
33adcfb4d2
commit
5ec2e6b586
@ -156,7 +156,7 @@ namespace llvm {
|
||||
/// data of the specified size to the specified numeric address space.
|
||||
virtual const char *getDataASDirective(unsigned Size, unsigned AS) const {
|
||||
assert(AS != 0 && "Don't know the directives for default addr space");
|
||||
return NULL;
|
||||
return 0;
|
||||
}
|
||||
|
||||
/// SunStyleELFSectionSwitchSyntax - This is true if this target uses "Sun
|
||||
|
Loading…
x
Reference in New Issue
Block a user