* dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
[deliverable/binutils-gdb.git] / gdb / dwarf2read.c
index c5c3991e9baee894be3408b36a718362d9476aa2..6f72bb9f731a96bde6c4135a1bcec701d93246b7 100644 (file)
@@ -15720,7 +15720,7 @@ per_cu_header_read_in (struct comp_unit_head *cu_headerp,
 
 /* Return the address size given in the compilation unit header for CU.  */
 
-CORE_ADDR
+int
 dwarf2_per_cu_addr_size (struct dwarf2_per_cu_data *per_cu)
 {
   struct comp_unit_head cu_header_local;
This page took 0.027349 seconds and 4 git commands to generate.