Commit ed18f94d by Richard Kenner

(scan_operands): Treat MATCH_PAR_DUP just like MATCH_DUP.

From-SVN: r1834
parent f3e0821d
...@@ -497,6 +497,7 @@ scan_operands (part, this_address_p, this_strict_low) ...@@ -497,6 +497,7 @@ scan_operands (part, this_address_p, this_strict_low)
case MATCH_DUP: case MATCH_DUP:
case MATCH_OP_DUP: case MATCH_OP_DUP:
case MATCH_PAR_DUP:
++num_dups; ++num_dups;
return; return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment