summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/parsers/base/ref.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/parsers/base/ref.cpp b/src/parsers/base/ref.cpp
index 76da1ba..0e42286 100644
--- a/src/parsers/base/ref.cpp
+++ b/src/parsers/base/ref.cpp
@@ -69,9 +69,9 @@ Node *getRefOperand(RefNode *node,
{
if (!node || node->gccNode == NULL_TREE)
return nullptr;
- const int sz = TREE_OPERAND_LENGTH(node->gccNode);
- if (sz >= pos)
- return nullptr;
+// const int sz = TREE_OPERAND_LENGTH(node->gccNode);
+// if (sz >= pos)
+// return nullptr;
return createParseNode(
node,