diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2015-02-26 11:48:18 +0100 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2015-02-26 11:48:18 +0100 |
commit | bb2b33b9395662e7562be34b47b9533620b583c6 (patch) | |
tree | 456c998489f567584ce7c46226fa6eba8addc5ba /gdb/compile/compile-c-support.c | |
parent | 9357a9e66e08fea2a13446a4dfba2ceaf11da827 (diff) | |
download | gdb-bb2b33b9395662e7562be34b47b9533620b583c6.zip gdb-bb2b33b9395662e7562be34b47b9533620b583c6.tar.gz gdb-bb2b33b9395662e7562be34b47b9533620b583c6.tar.bz2 |
Change // comment in gdb/compile/
Diffstat (limited to 'gdb/compile/compile-c-support.c')
-rw-r--r-- | gdb/compile/compile-c-support.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/compile/compile-c-support.c b/gdb/compile/compile-c-support.c index 8f1f45d..1711cda 100644 --- a/gdb/compile/compile-c-support.c +++ b/gdb/compile/compile-c-support.c @@ -351,7 +351,7 @@ c_compute_program (struct compile_instance *inst, " __gdb_intptr;\n", buf); - // Iterate all log2 sizes in bytes supported by c_get_mode_for_size. + /* Iterate all log2 sizes in bytes supported by c_get_mode_for_size. */ for (i = 0; i < 4; ++i) { const char *mode = c_get_mode_for_size (1 << i); |