Commit 42edbfa1 by John Wehle Committed by John Wehle

* i960.h (ROUND_TYPE_SIZE_UNIT): Fix typo.

From-SVN: r40503
parent 43fabf7d
Thu Mar 15 11:30:31 EST 2001 John Wehle (john@feith.com)
* i960.h (ROUND_TYPE_SIZE_UNIT): Fix typo.
Thu Mar 15 11:24:29 EST 2001 John Wehle (john@feith.com)
* i960.h (i960_maxbitalignment,
......
......@@ -503,7 +503,7 @@ extern int target_flags;
? bitsize_int (128) : round_up (COMPUTED, SPECIFIED))
#define ROUND_TYPE_SIZE_UNIT(TYPE, COMPUTED, SPECIFIED) \
((TREE_CODE (TYPE) == REAL_TYPE && TYPE_MODE (TYPE) == XFmode) \
? bitsize_int (16) : round_up (COMPUTED, SPECIFIED))
? size_int (16) : round_up (COMPUTED, SPECIFIED))
/* Standard register usage. */
......
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