| commit | 1d68c42f29e632358143a6e8715a10cced1bc50c | [log] [tgz] |
|---|---|---|
| author | Georg-Johann Lay <avr@gjlay.de> | Wed Feb 19 21:01:29 2025 +0100 |
| committer | Georg-Johann Lay <avr@gjlay.de> | Wed Feb 19 21:03:09 2025 +0100 |
| tree | fc053d9ca621834ccf8dbea368b69828ba099a56 | |
| parent | 6ded2b869291c2925316dbd215d38502021fb67b [diff] |
gas/config/tc-avr.c: Fix an indentation glitch. gas/ * config/tc-avr.c (md_assemble): Fix indentation.
diff --git a/gas/config/tc-avr.c b/gas/config/tc-avr.c index c98ba86..98d222e 100644 --- a/gas/config/tc-avr.c +++ b/gas/config/tc-avr.c
@@ -1915,8 +1915,8 @@ return; } - if (opcode == avr_gccisr_opcode - && !avr_opt.have_gccisr) + if (opcode == avr_gccisr_opcode + && !avr_opt.have_gccisr) { as_bad (_("pseudo instruction `%s' not supported"), op); return;