Commit e396202a by Michael Meissner

Fix typo

From-SVN: r12322
parent 2099d02c
......@@ -600,7 +600,7 @@ num_insns_constant_wide (value)
else
return (num_insns_constant_wide (high)
+ num_insns_constant_low (low) + 1);
+ num_insns_constant_wide (low) + 1);
}
#endif
......
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