target/i386: Save cc_op before loop insns
commit3cb3a7720b01830abd5fbb81819dbb9271bf7821
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 20 Jul 2020 15:30:40 +0000 (20 08:30 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 24 Jul 2020 21:29:35 +0000 (24 14:29 -0700)
treeb8f7387c421f4e9117ae5819ba3bdfee0b152583
parent79826f99feb7222b7804058f0b4ace9ee0546361
target/i386: Save cc_op before loop insns

We forgot to update cc_op before these branch insns,
which lead to losing track of the current eflags.

Buglink: https://bugs.launchpad.net/qemu/+bug/1888165
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200720154028.477457-1-richard.henderson@linaro.org>
target/i386/translate.c