Commit fa45b1eb by Richard Stallman

entered into RCS

From-SVN: r1574
parent 2cccceff
......@@ -108,7 +108,8 @@ extern int mode_unit_size[];
/* Get the number of units in the object. */
#define GET_MODE_NUNITS(MODE) \
(GET_MODE_SIZE ((MODE)) / GET_MODE_UNIT_SIZE ((MODE)))
((GET_MODE_UNIT_SIZE ((MODE)) == 0) ? 0 \
: (GET_MODE_SIZE ((MODE)) / GET_MODE_UNIT_SIZE ((MODE))))
/* Get the size in bits of an object of mode MODE. */
......
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