CARP:
Rewrite INNER_THAN so that it takes parameters.
This commit is contained in:
parent
0233186932
commit
3a0c96a996
31 changed files with 67 additions and 31 deletions
|
@ -83,7 +83,7 @@ extern void arc_software_single_step PARAMS ((unsigned int, int));
|
|||
|
||||
/* Stack grows upward */
|
||||
|
||||
#define INNER_THAN <
|
||||
#define INNER_THAN(lhs,rhs) ((lhs) < (rhs))
|
||||
|
||||
/* Say how long (ordinary) registers are. This is a piece of bogosity
|
||||
used in push_word and a few other places; REGISTER_RAW_SIZE is the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue