perlasm/x86_64-xlate.pl: work around problem with hex constants in masm.
authorAndy Polyakov <appro@openssl.org>
Thu, 4 May 2017 13:54:29 +0000 (15:54 +0200)
committerAndy Polyakov <appro@openssl.org>
Fri, 5 May 2017 14:57:18 +0000 (16:57 +0200)
commit4ae5993cab1b1c42cfc99180c00ae0a235ce940c
tree3fc35af24140a6fb8ce310da4e2594671cc17e70
parent16d78fbc2a6804453824752110737ab7b7f04ea8
perlasm/x86_64-xlate.pl: work around problem with hex constants in masm.

Perl, multiple versions, for some reason occasionally takes issue with
letter b[?] in ox([0-9a-f]+) regex. As result some constants, such as
0xb1 came out wrong when generating code for MASM. Fixes GH#3241.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3385)

(cherry picked from commit c47aea8af1e28e46e1ad5e2e7468b49fec3f4f29)
crypto/perlasm/x86_64-xlate.pl