diff --git a/oscar64/Declaration.cpp b/oscar64/Declaration.cpp index bec59cf..6101ccc 100644 --- a/oscar64/Declaration.cpp +++ b/oscar64/Declaration.cpp @@ -1187,9 +1187,9 @@ Declaration* Declaration::BuildArrayPointer(void) Declaration* Declaration::BuildAddressOfPointer(void) { - if (mType == DT_TYPE_ARRAY) + /*if (mType == DT_TYPE_ARRAY) return BuildArrayPointer(); - else if (mType == DT_TYPE_REFERENCE) + else*/ if (mType == DT_TYPE_REFERENCE) return mBase->BuildAddressOfPointer(); else return BuildPointer(mLocation);