* defilep.y (def_name, def_library): Combine into...
[deliverable/binutils-gdb.git] / gdb / cris-tdep.c
index 20af40f8381d8e02891c02bde54028acc4766189..784f39fd4c5ecbf651fde2cccb2bbd2ce0e92662 100644 (file)
@@ -755,7 +755,7 @@ cris_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
       int reg_demand;
       int i;
       
-      len = TYPE_LENGTH (VALUE_TYPE (args[argnum]));
+      len = TYPE_LENGTH (value_type (args[argnum]));
       val = (char *) VALUE_CONTENTS (args[argnum]);
       
       /* How may registers worth of storage do we need for this argument?  */
This page took 0.023257 seconds and 4 git commands to generate.