From 1d68c42f29e632358143a6e8715a10cced1bc50c Mon Sep 17 00:00:00 2001 From: Georg-Johann Lay Date: Wed, 19 Feb 2025 21:01:29 +0100 Subject: [PATCH] gas/config/tc-avr.c: Fix an indentation glitch. gas/ * config/tc-avr.c (md_assemble): Fix indentation. --- gas/config/tc-avr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gas/config/tc-avr.c b/gas/config/tc-avr.c index c98ba867d2c..98d222ef8c7 100644 --- a/gas/config/tc-avr.c +++ b/gas/config/tc-avr.c @@ -1915,8 +1915,8 @@ md_assemble (char *str) 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; -- 2.39.5