aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/mn10300/tm-mn10300.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config/mn10300/tm-mn10300.h')
-rw-r--r--gdb/config/mn10300/tm-mn10300.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/mn10300/tm-mn10300.h b/gdb/config/mn10300/tm-mn10300.h
index a2bc298..6108f2a 100644
--- a/gdb/config/mn10300/tm-mn10300.h
+++ b/gdb/config/mn10300/tm-mn10300.h
@@ -69,7 +69,7 @@ extern breakpoint_from_pc_fn mn10300_breakpoint_from_pc;
#define DECR_PC_AFTER_BREAK 0
-#define INNER_THAN <
+#define INNER_THAN(lhs,rhs) ((lhs) < (rhs))
#define SAVED_PC_AFTER_CALL(frame) \
read_memory_integer (read_register (SP_REGNUM), 4)