diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2022-10-24 22:05:15 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2022-10-25 11:04:58 -0400 |
commit | 9efe17a3a07d7d47c50a4369b9460069a6a08d72 (patch) | |
tree | c4f3f479fcdb2d2fe8ab9539ba265f49885053bc /gdb/user-regs.c | |
parent | a2267dbfc9e1dd955f78561c40f00afa9ddbe619 (diff) | |
download | gdb-9efe17a3a07d7d47c50a4369b9460069a6a08d72.zip gdb-9efe17a3a07d7d47c50a4369b9460069a6a08d72.tar.gz gdb-9efe17a3a07d7d47c50a4369b9460069a6a08d72.tar.bz2 |
gdb: remove spurious spaces after frame_info_ptr
Fix some whitespace issues introduced with the frame_info_ptr patch.
Change-Id: I158d30d8108c97564276c647fc98283ff7b12163
Diffstat (limited to 'gdb/user-regs.c')
-rw-r--r-- | gdb/user-regs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/user-regs.c b/gdb/user-regs.c index 6b8dfff..e699045 100644 --- a/gdb/user-regs.c +++ b/gdb/user-regs.c @@ -44,7 +44,7 @@ struct user_reg /* Avoid the "read" symbol name as it conflicts with a preprocessor symbol in the NetBSD header for Stack Smashing Protection, that wraps the read(2) syscall. */ - struct value *(*xread) (frame_info_ptr frame, const void *baton); + struct value *(*xread) (frame_info_ptr frame, const void *baton); const void *baton; struct user_reg *next; }; |