mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Fix Visual Studio 2008 build failure.
Patch by Marius Wachtler llvm-svn: 69637
This commit is contained in:
parent
de72d5129b
commit
d679dbbacc
@ -1164,9 +1164,9 @@ public:
|
||||
void AddVariable(DbgVariable *V) { Variables.push_back(V); }
|
||||
|
||||
virtual bool isInlinedSubroutine() { return false; }
|
||||
virtual unsigned getLine() { assert ( 0 && "Unexpected scope!"); }
|
||||
virtual unsigned getColumn() { assert ( 0 && "Unexpected scope!"); }
|
||||
virtual unsigned getFile() { assert ( 0 && "Unexpected scope!"); }
|
||||
virtual unsigned getLine() { assert ( 0 && "Unexpected scope!"); return 0; }
|
||||
virtual unsigned getColumn() { assert ( 0 && "Unexpected scope!"); return 0; }
|
||||
virtual unsigned getFile() { assert ( 0 && "Unexpected scope!"); return 0; }
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user