diff options
Diffstat (limited to 'gdb/record-btrace.c')
-rw-r--r-- | gdb/record-btrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/record-btrace.c b/gdb/record-btrace.c index 619ecde..ef23a0b 100644 --- a/gdb/record-btrace.c +++ b/gdb/record-btrace.c @@ -1958,7 +1958,7 @@ static struct frame_id get_thread_current_frame_id (struct thread_info *tp) { struct frame_id id; - int executing; + bool executing; /* Set current thread, which is implicitly used by get_current_frame. */ |