* hppa-tdep.c (hppa64_return_value): Fix previous commit.
authorMark Kettenis <kettenis@gnu.org>
Tue, 21 Dec 2004 22:06:40 +0000 (22:06 +0000)
committerMark Kettenis <kettenis@gnu.org>
Tue, 21 Dec 2004 22:06:40 +0000 (22:06 +0000)
gdb/ChangeLog
gdb/hppa-tdep.c

index 4b789c3eb314a6d4003070718fb53732074e4fbf..639d287e5b40dee6fe36d9bdd805bd99e6481ef0 100644 (file)
@@ -1,3 +1,7 @@
+2004-12-21  Mark Kettenis  <kettenis@gnu.org>
+
+       * hppa-tdep.c (hppa64_return_value): Fix previous commit.
+
 2004-12-21  Mark Kettenis  <kettenis@gnu.org>
 
        * hppa-tdep.c (hppa32_return_value): Move further down.
index 122fc9faf7784f6dfe7594f877cceac408458afa..97dcc0d7738d5cc8c970f6089d7c94ae179872e0 100644 (file)
@@ -1084,8 +1084,8 @@ hppa64_return_value (struct gdbarch *gdbarch,
     {
       /* All return values larget than 128 bits must be aggregate
          return values.  */
-      gdb_assert (!hppa64_integral_or_pointer_p());
-      gdb_assert (!hppa64_floating_p());
+      gdb_assert (!hppa64_integral_or_pointer_p (type));
+      gdb_assert (!hppa64_floating_p (type));
 
       /* "Aggregate return values larger than 128 bits are returned in
         a buffer allocated by the caller.  The address of the buffer
This page took 0.042369 seconds and 4 git commands to generate.