Use ui_file_as_string in gdb/compile/
[deliverable/binutils-gdb.git] / gdb / cp-abi.c
index 96533b15e9a00f83b66e071a918ee67942832c5c..afc4d4a79af69ddcfbf13be4e5604b39bf0288b0 100644 (file)
@@ -66,7 +66,7 @@ is_operator_name (const char *name)
 
 int
 baseclass_offset (struct type *type, int index, const gdb_byte *valaddr,
-                 int embedded_offset, CORE_ADDR address,
+                 LONGEST embedded_offset, CORE_ADDR address,
                  const struct value *val)
 {
   int res = 0;
@@ -106,7 +106,7 @@ value_virtual_fn_field (struct value **arg1p,
 
 struct type *
 value_rtti_type (struct value *v, int *full,
-                int *top, int *using_enc)
+                LONGEST *top, int *using_enc)
 {
   struct type *ret = NULL;
 
This page took 0.026213 seconds and 4 git commands to generate.