diff options
Diffstat (limited to 'gdb/config/arc')
-rw-r--r-- | gdb/config/arc/tm-arc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/arc/tm-arc.h b/gdb/config/arc/tm-arc.h index 69a3a6f..043ead6 100644 --- a/gdb/config/arc/tm-arc.h +++ b/gdb/config/arc/tm-arc.h @@ -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 |