mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-17 21:35:07 +00:00
Completely forgot, that we have some debug information emission on PPC. This should fix
some regressions on ppc nightly tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44029 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
753a98740b
commit
3809fbe789
@ -1278,8 +1278,8 @@ unsigned PPCRegisterInfo::getEHHandlerRegister() const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int PPCRegisterInfo::getDwarfRegNum(unsigned RegNum) const {
|
int PPCRegisterInfo::getDwarfRegNum(unsigned RegNum) const {
|
||||||
assert(0 && "What is the dwarf register number");
|
// FIXME: Most probably dwarf numbers differs for Linux and Darwin
|
||||||
return -1;
|
return PPCGenRegisterInfo::getDwarfRegNumFull(RegNum, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "PPCGenRegisterInfo.inc"
|
#include "PPCGenRegisterInfo.inc"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user