diff options
Diffstat (limited to 'gdb/config/d10v/tm-d10v.h')
-rw-r--r-- | gdb/config/d10v/tm-d10v.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/d10v/tm-d10v.h b/gdb/config/d10v/tm-d10v.h index 93c634c..0a4c3b4 100644 --- a/gdb/config/d10v/tm-d10v.h +++ b/gdb/config/d10v/tm-d10v.h @@ -187,7 +187,7 @@ extern CORE_ADDR d10v_skip_prologue (); registers. */ #define USE_STRUCT_CONVENTION(gcc_p, type) \ - (TYPE_LENGTH (type) > 1) + (TYPE_LENGTH (type) > 8) |