target/hexagon: avoid invalid escape in Python string
commite41c40d101fce79af4d679955eb6e0d31e02c47c
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 16 Oct 2023 06:22:56 +0000 (16 08:22 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 17 Oct 2023 13:20:53 +0000 (17 15:20 +0200)
tree2f2266e1830615216fb3e8156a3479f338257d3d
parente4b6532cc0a5518c0dea15eeca573829df9ec1df
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>
target/hexagon/hex_common.py