Skip to content

Commit

Permalink
Make MSVC happy.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79689 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
ddunbar committed Aug 21, 2009
1 parent 4755e99 commit 361ae1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/llvm/MC/MCAssembler.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class MCFragment : public ilist_node<MCFragment> {
// FIXME: This should be abstract, fix sentinel.
virtual uint64_t getMaxFileSize() const {
assert(0 && "Invalid getMaxFileSize call !");
return 0;
};

/// @name Assembler Backend Support
Expand Down

0 comments on commit 361ae1d

Please sign in to comment.