ChangeLog:
[deliverable/binutils-gdb.git] / gdb / jit.h
index 581fa5825d5e168e8777a1625bbac8020ed2a3c0..8187d52e7b5f91c5c176ff6f3f426ea6e2bc62b2 100644 (file)
--- a/gdb/jit.h
+++ b/gdb/jit.h
@@ -42,7 +42,7 @@ struct jit_code_entry
   CORE_ADDR next_entry;
   CORE_ADDR prev_entry;
   CORE_ADDR symfile_addr;
-  uint64_t symfile_size;
+  ULONGEST symfile_size;
 };
 
 /* This is the global descriptor that the inferior uses to communicate
This page took 0.025112 seconds and 4 git commands to generate.