tcg/i386: Output %gs prefix in tcg_out_vex_opc
commitd3b41127c205062ca6c29c89c9542c4112c39ca0
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 12 Aug 2023 15:48:18 +0000 (12 08:48 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 12 Aug 2023 15:51:12 +0000 (12 08:51 -0700)
tree5cbbe73c0e9b452336b12c3971f557bb373cfdb8
parentbb5f142cb320d45d3d8dee2c82dae003cad39da8
tcg/i386: Output %gs prefix in tcg_out_vex_opc

Missing the segment prefix means that user-only fails
to add guest_base for some 128-bit load/store.

Fixes: 098d0fc10d2 ("tcg/i386: Support 128-bit load/store")
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1763
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/i386/tcg-target.c.inc