Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / rx-tdep.c
index 2732608d618aa6c5f586cf3390319fcd36c3f1c5..904aebd801eec364ca2709e62db3dc4a5d8805ad 100644 (file)
@@ -813,7 +813,8 @@ rx_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
                                                struct_addr);
            }
          else if (TYPE_CODE (arg_type) != TYPE_CODE_STRUCT
-                  && TYPE_CODE (arg_type) != TYPE_CODE_UNION)
+                  && TYPE_CODE (arg_type) != TYPE_CODE_UNION
+                  && arg_size <= 8)
            {
              /* Argument is a scalar.  */
              if (arg_size == 8)
This page took 0.024503 seconds and 4 git commands to generate.