diff options
Diffstat (limited to 'gdb/config/w65/tm-w65.h')
-rw-r--r-- | gdb/config/w65/tm-w65.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/w65/tm-w65.h b/gdb/config/w65/tm-w65.h index 458bfab..6809f93 100644 --- a/gdb/config/w65/tm-w65.h +++ b/gdb/config/w65/tm-w65.h @@ -55,7 +55,7 @@ extern CORE_ADDR w65_skip_prologue (); /* Stack grows downward. */ -#define INNER_THAN < +#define INNER_THAN(lhs,rhs) ((lhs) < (rhs)) /* Illegal instruction - used by the simulator for breakpoint detection */ |