We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d65cb9 commit 010baf6Copy full SHA for 010baf6
gas-preprocessor.pl
@@ -874,7 +874,7 @@ sub handle_serialized_line {
874
# Don't interpret e.g. bic as b<cc> with ic as conditional code
875
if ($cond !~ /|$arm_cond_codes/) {
876
# Not actually a branch
877
- } elsif ($target =~ /(\d+)([bf])/) {
+ } elsif ($target =~ /^(\d+)([bf])$/) {
878
# The target is a local label
879
$line = handle_local_label($line, $1, $2);
880
$line =~ s/\b$instr\b/$&.w/ if $width eq "";
0 commit comments