diff options
Diffstat (limited to 'gdb/arm-tdep.c')
-rw-r--r-- | gdb/arm-tdep.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/arm-tdep.c b/gdb/arm-tdep.c index db97fed..9bc6507 100644 --- a/gdb/arm-tdep.c +++ b/gdb/arm-tdep.c @@ -3602,7 +3602,9 @@ arm_vfp_cprc_sub_candidate (struct type *t, { T real; T imag; - }; */ + }; + + */ switch (TYPE_LENGTH (t)) { case 8: |