From 3a0c96a9966a85f4205558490e1281471c34980f Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sat, 28 Nov 1998 22:53:04 +0000 Subject: CARP: Rewrite INNER_THAN so that it takes parameters. --- gdb/config/h8500/tm-h8500.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/config/h8500') diff --git a/gdb/config/h8500/tm-h8500.h b/gdb/config/h8500/tm-h8500.h index 51b2d4c..22e5061 100644 --- a/gdb/config/h8500/tm-h8500.h +++ b/gdb/config/h8500/tm-h8500.h @@ -56,7 +56,7 @@ extern CORE_ADDR saved_pc_after_call PARAMS ((void)); /* Stack grows downward. */ -#define INNER_THAN < +#define INNER_THAN(lhs,rhs) ((lhs) < (rhs)) /* Illegal instruction - used by the simulator for breakpoint detection */ -- cgit v1.1