mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-06 05:33:28 +00:00
Make MSVC happy.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79689 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4755e9955b
commit
361ae1d28d
@ -66,6 +66,7 @@ public:
|
|||||||
// FIXME: This should be abstract, fix sentinel.
|
// FIXME: This should be abstract, fix sentinel.
|
||||||
virtual uint64_t getMaxFileSize() const {
|
virtual uint64_t getMaxFileSize() const {
|
||||||
assert(0 && "Invalid getMaxFileSize call !");
|
assert(0 && "Invalid getMaxFileSize call !");
|
||||||
|
return 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
/// @name Assembler Backend Support
|
/// @name Assembler Backend Support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user