A Type suffices as base type for DwarfSubrangeType.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33918 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1113,7 +1113,7 @@ DwarfEnumerationType::AddValue(DwarfEnumeratorValue* value)
|
||||
|
||||
|
||||
DwarfSubrangeType::DwarfSubrangeType(DwarfTypeContext* typeContext,
|
||||
const BString& name, DIESubrangeType* entry, DwarfType* baseType,
|
||||
const BString& name, DIESubrangeType* entry, Type* baseType,
|
||||
const BVariant& lowerBound, const BVariant& upperBound)
|
||||
:
|
||||
DwarfType(typeContext, name, entry),
|
||||
|
||||
@@ -423,7 +423,7 @@ class DwarfSubrangeType : public SubrangeType, public DwarfType {
|
||||
public:
|
||||
DwarfSubrangeType(DwarfTypeContext* typeContext,
|
||||
const BString& name, DIESubrangeType* entry,
|
||||
DwarfType* baseType,
|
||||
Type* baseType,
|
||||
const BVariant& lowerBound,
|
||||
const BVariant& upperBound);
|
||||
~DwarfSubrangeType();
|
||||
@@ -440,7 +440,7 @@ public:
|
||||
|
||||
private:
|
||||
DIESubrangeType* fEntry;
|
||||
DwarfType* fBaseType;
|
||||
Type* fBaseType;
|
||||
BVariant fLowerBound;
|
||||
BVariant fUpperBound;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user