]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/breakpoint.c
2005-02-06 Andrew Cagney <cagney@gnu.org>
[thirdparty/binutils-gdb.git] / gdb / breakpoint.c
index bf8a29f8704aaca8422398d82e47f22f3620b3bf..8c0d429440210b687ef0b07d4ed6e699531590ca 100644 (file)
@@ -931,7 +931,7 @@ insert_bp_location (struct bp_location *bpt,
             laziness to determine what memory GDB actually needed
             in order to compute the value of the expression.  */
          v = evaluate_expression (bpt->owner->exp);
-         VALUE_CONTENTS (v);
+         value_contents (v);
          value_release_to_mark (mark);
 
          bpt->owner->val_chain = v;