2009-05-27 Tom Tromey <tromey@redhat.com>
[deliverable/binutils-gdb.git] / gdb / darwin-nat-info.c
index 93a1779386b3d24d4606738ddf8ae756a870fe67..c48d2fe7e1e0389b5ccf54e337f3ebb342d3364c 100644 (file)
@@ -684,7 +684,7 @@ info_mach_region_command (char *exp, int from_tty)
   if (TYPE_CODE (value_type (val)) == TYPE_CODE_FUNC
       && VALUE_LVAL (val) == lval_memory)
     {
-      address = VALUE_ADDRESS (val);
+      address = value_address (val);
     }
   else
     {
This page took 0.023923 seconds and 4 git commands to generate.