mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-11 00:39:36 +00:00
Fix for VS 2005 problem supplied by Morten Ofstad.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35098 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a19ac52863
commit
fb062ece96
@ -386,6 +386,7 @@ public:
|
||||
virtual const TargetRegisterClass *getPointerRegClass() const {
|
||||
assert(0 && "Target didn't implement getPointerRegClass!");
|
||||
abort();
|
||||
return 0; // Must return a value in order to compile with VS 2005
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user