diff options
Diffstat (limited to 'gdb/tracepoint.c')
-rw-r--r-- | gdb/tracepoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tracepoint.c b/gdb/tracepoint.c index 4b775d1..6075958 100644 --- a/gdb/tracepoint.c +++ b/gdb/tracepoint.c @@ -2752,7 +2752,7 @@ get_traceframe_location (int *stepping_frame_p) /* If this is a stepping frame, we don't know which location triggered. The first is as good (or bad) a guess as any... */ *stepping_frame_p = 1; - return t->loc; + return &t->first_loc (); } /* Return the default collect actions of a tracepoint T. */ |