diff options
Diffstat (limited to 'gdb/tracepoint.h')
-rw-r--r-- | gdb/tracepoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tracepoint.h b/gdb/tracepoint.h index bfa551e..2c12255 100644 --- a/gdb/tracepoint.h +++ b/gdb/tracepoint.h @@ -94,7 +94,7 @@ struct tracepoint /* BFD section, in case of overlays: no, I don't know if tracepoints are really gonna work with overlays. */ - asection *section; + struct obj_section *section; }; enum actionline_type |