diff options
Diffstat (limited to 'gdb/tracepoint.c')
-rw-r--r-- | gdb/tracepoint.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/tracepoint.c b/gdb/tracepoint.c index 692c9a2..6351377 100644 --- a/gdb/tracepoint.c +++ b/gdb/tracepoint.c @@ -1488,7 +1488,8 @@ encode_actions (struct tracepoint *t, char ***tdp_actions, struct collection_list *collect; struct cmd_list_element *cmd; struct agent_expr *aexpr; - long frame_reg, frame_offset; + int frame_reg; + LONGEST frame_offset; clear_collection_list (&tracepoint_list); |