]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/i386-tdep.c
2005-02-02 Andrew Cagney <cagney@gnu.org>
[thirdparty/binutils-gdb.git] / gdb / i386-tdep.c
index 671ad506b3e3cea99b4ca467a0d42bde8c134cfc..1033eaf9638d9558995ccbea6f2b4476576f2df7 100644 (file)
@@ -1233,7 +1233,7 @@ i386_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
 
         This makes sure the stack says word-aligned.  */
       sp -= (len + 3) & ~3;
-      write_memory (sp, VALUE_CONTENTS_ALL (args[i]), len);
+      write_memory (sp, value_contents_all (args[i]), len);
     }
 
   /* Push value address.  */