diff options
Diffstat (limited to 'gdb/loongarch-tdep.c')
-rw-r--r-- | gdb/loongarch-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/loongarch-tdep.c b/gdb/loongarch-tdep.c index 5739af6..62c6f9b 100644 --- a/gdb/loongarch-tdep.c +++ b/gdb/loongarch-tdep.c @@ -653,7 +653,7 @@ loongarch_push_dummy_call (struct gdbarch *gdbarch, all future arguments will also be passed on the stack, i.e., the last argument register may be left unused due to the aligned register pair rule. - long double data tpye is passed in an aligned GAR pair, + long double data type is passed in an aligned GAR pair, the first register in the pair is even-numbered. */ if (gar >= 2) { |