diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2025-07-03 12:00:49 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2025-07-03 12:00:49 -0400 |
commit | 01d8dc11f18d774bc92b0b752e36510f86c6725c (patch) | |
tree | b7f23b375a01316a9fb838a58189c9ef3bb0e52f | |
parent | 239f72374aab88a5b16855c01e75ed2c5b10960f (diff) | |
download | binutils-01d8dc11f18d774bc92b0b752e36510f86c6725c.zip binutils-01d8dc11f18d774bc92b0b752e36510f86c6725c.tar.gz binutils-01d8dc11f18d774bc92b0b752e36510f86c6725c.tar.bz2 |
gdb/alpha-tdep: add empty line
This was suggested in review, to separate the comment from the following
code.
Change-Id: I077ad4545ee5ef1d362dcfacf585400e26dfdb29
-rw-r--r-- | gdb/alpha-tdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/alpha-tdep.c b/gdb/alpha-tdep.c index 5e8a7a0..d655c13 100644 --- a/gdb/alpha-tdep.c +++ b/gdb/alpha-tdep.c @@ -1829,6 +1829,7 @@ INIT_GDB_FILE (alpha_tdep) gdbarch_register (bfd_arch_alpha, alpha_gdbarch_init, NULL); initialize_tdesc_alpha (); + /* Let the user set the fence post for heuristic_proc_start. */ /* We really would like to have both "0" and "unlimited" work, but |