Avoid crash from coerce_unspec_val_to_type
[deliverable/binutils-gdb.git] / gdb / value.c
index 4135d5ec33939f80d16d431a9a2990f6a497ae08..bddf9a47923a0c1e845f94668c959a11569d8464 100644 (file)
@@ -1304,7 +1304,7 @@ value_ranges_copy_adjusted (struct value *dst, int dst_bit_offset,
    It is assumed the contents of DST in the [DST_OFFSET,
    DST_OFFSET+LENGTH) range are wholly available.  */
 
-void
+static void
 value_contents_copy_raw (struct value *dst, LONGEST dst_offset,
                         struct value *src, LONGEST src_offset, LONGEST length)
 {
This page took 0.024942 seconds and 4 git commands to generate.