diff options
Diffstat (limited to 'gcc/config/h8300/h8300.c')
-rw-r--r-- | gcc/config/h8300/h8300.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/h8300/h8300.c b/gcc/config/h8300/h8300.c index a3af135f426..560a20bb599 100644 --- a/gcc/config/h8300/h8300.c +++ b/gcc/config/h8300/h8300.c @@ -3037,7 +3037,7 @@ output_simode_bld (bild, log2, operands) return ""; } -/* Given INSN and it's current length LENGTH, return the adjustment +/* Given INSN and its current length LENGTH, return the adjustment (in bytes) to correctly compute INSN's length. We use this to get the lengths of various memory references correct. */ |