2009-05-27 Tom Tromey <tromey@redhat.com>
[deliverable/binutils-gdb.git] / gdb / cli / cli-dump.c
index ee29f2a77dca376a12a0a390c86f027c26fb8342..96e61117fd5b530871750eb5125d7e44447ebd8f 100644 (file)
@@ -296,7 +296,7 @@ dump_value_to_file (char *cmd, char *mode, char *file_format)
 
       if (VALUE_LVAL (val))
        {
-         vaddr = VALUE_ADDRESS (val);
+         vaddr = value_address (val);
        }
       else
        {
This page took 0.025704 seconds and 4 git commands to generate.