]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/hexagon: avoid invalid escape in Python string
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 16 Oct 2023 06:22:56 +0000 (08:22 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Thu, 19 Oct 2023 11:52:59 +0000 (14:52 +0300)
commit7a04747125e595c7cb4db66dcd0b4fc4b13b6e87
treee274560118c346541f9acbfc72a5be9b50265e45
parent23b0010786f354845f8ff7760bc1af83fc160649
target/hexagon: avoid invalid escape in Python string

This is an error in Python 3.12; fix it by using a raw string literal.

Cc: qemu-stable@nongnu.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit e41c40d101fce79af4d679955eb6e0d31e02c47c)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/hexagon/hex_common.py