2005-02-06 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / scm-exp.c
index 0de7428209b889ed30a2bc88a47edaed6b28878b..529d2782c69edf429b449cae8d6dc975b13c5c99 100644 (file)
@@ -1,6 +1,7 @@
 /* Scheme/Guile language support routines for GDB, the GNU debugger.
 
-   Copyright 1995, 1996, 2000, 2003 Free Software Foundation, Inc.
+   Copyright 1995, 1996, 2000, 2003, 2005 Free Software Foundation,
+   Inc.
 
    This file is part of GDB.
 
@@ -312,7 +313,7 @@ tryagain:
          struct value *val = scm_evaluate_string (str.ptr, lexptr - str.ptr);
          if (!is_scmvalue_type (value_type (val)))
            error ("quoted scm form yields non-SCM value");
-         svalue = extract_signed_integer (VALUE_CONTENTS (val),
+         svalue = extract_signed_integer (value_contents (val),
                                           TYPE_LENGTH (value_type (val)));
          goto handle_immediate;
        }
This page took 0.024466 seconds and 4 git commands to generate.