On 30/01/15 08:57, Martin Storsjo wrote:
> ---
>  gas-preprocessor.pl | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/gas-preprocessor.pl b/gas-preprocessor.pl
> index 202ce78..44d1117 100755
> --- a/gas-preprocessor.pl
> +++ b/gas-preprocessor.pl
> @@ -893,7 +893,7 @@ sub handle_serialized_line {
>              $line =~ s/\.align\s(\d+)/ALIGN $align/;
>          }
>          # Convert gas style [r0, :128] into armasm [r0@128] alignment 
> specification
> -        $line =~ s/\[([^\[]+),\s*:(\d+)\]/[$1\@$2]/g;
> +        $line =~ s/\[([^\[,]+),?\s*:(\d+)\]/[$1\@$2]/g;
>  
>          # armasm treats logical values {TRUE} and {FALSE} separately from
>          # numeric values - logical operators and values can't be intermixed
> 

Probably Ok.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to