Message ID | 1508182699-10436-2-git-send-email-martin@martin.st |
---|---|
State | Committed |
Headers | show |
On Mon, Oct 16, 2017 at 10:38:14PM +0300, Martin Storsjo wrote: > This should be squashed into "Add support for MS armasm64". > --- > gas-preprocessor.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) OK Diego
diff --git a/gas-preprocessor.pl b/gas-preprocessor.pl index 6353a07..4c91ee0 100755 --- a/gas-preprocessor.pl +++ b/gas-preprocessor.pl @@ -891,7 +891,7 @@ sub handle_serialized_line { ($arch eq "aarch64" and !is_aarch64_register($target))) { $call_targets{$target}++; } - } elsif ($line =~ /(?:^|\n)\s*(\w+\s*:\s*)?(cbn?z|adr)\s+(\w+),\s*(\w+)/) { + } elsif ($line =~ /(?:^|\n)\s*(\w+\s*:\s*)?(cbn?z|adr)\s+(\w+)\s*,\s*(\w+)/) { my $instr = $2; my $reg = $3; my $target = $4;