diff options
Diffstat (limited to 'gdb/config/fr30/tm-fr30.h')
-rw-r--r-- | gdb/config/fr30/tm-fr30.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/fr30/tm-fr30.h b/gdb/config/fr30/tm-fr30.h index c530ad3..d289f6e 100644 --- a/gdb/config/fr30/tm-fr30.h +++ b/gdb/config/fr30/tm-fr30.h @@ -234,4 +234,4 @@ extern CORE_ADDR should be true on any system where you can rely on the prototyping information. When this is true, value_arg_coerce will promote floats to doubles iff the function is not prototyped. */ -#define COERCE_FLOAT_TO_DOUBLE 1 +#define COERCE_FLOAT_TO_DOUBLE(formal, actual) (1) |