---
gas-preprocessor.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gas-preprocessor.pl b/gas-preprocessor.pl
index 4c7d31c..86293d1 100755
--- a/gas-preprocessor.pl
+++ b/gas-preprocessor.pl
@@ -829,7 +829,7 @@ sub handle_serialized_line {
$labels_seen{$1} = 1;
}
- if ($line =~ s/^(\d+)://) {
+ if ($line =~ s/^\s*(\d+)://) {
# Convert local labels into unique labels. armasm (at least in
# RVCT) has something similar, but still different enough.
# By converting to unique labels we avoid any possible
--
1.8.5.2 (Apple Git-48)
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel