aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/h8500/tm-h8500.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1998-11-28 22:53:04 +0000
committerAndrew Cagney <cagney@redhat.com>1998-11-28 22:53:04 +0000
commit3a0c96a9966a85f4205558490e1281471c34980f (patch)
tree6b5b199df7937536be9ad316fe4283f851d64cc5 /gdb/config/h8500/tm-h8500.h
parent02331869322178ead208b8328caab67c5a77b6b3 (diff)
downloadgdb-3a0c96a9966a85f4205558490e1281471c34980f.zip
gdb-3a0c96a9966a85f4205558490e1281471c34980f.tar.gz
gdb-3a0c96a9966a85f4205558490e1281471c34980f.tar.bz2
CARP:
Rewrite INNER_THAN so that it takes parameters.
Diffstat (limited to 'gdb/config/h8500/tm-h8500.h')
-rw-r--r--gdb/config/h8500/tm-h8500.h2
1 files changed, 1 insertions, 1 deletions
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 */