summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dwarf/Gexpr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dwarf/Gexpr.c b/src/dwarf/Gexpr.c
index ef8b32a0..b4f2bc96 100644
--- a/src/dwarf/Gexpr.c
+++ b/src/dwarf/Gexpr.c
@@ -254,7 +254,7 @@ do { \
OPND1_TYPE (operands_signature),
&operand1, arg)) < 0)
return ret;
- if (NUM_OPERANDS (operands_signature > 1))
+ if (NUM_OPERANDS (operands_signature) > 1)
if ((ret = read_operand (as, a, addr,
OPND2_TYPE (operands_signature),
&operand2, arg)) < 0)