]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386: assert that cc_op* and pc_save are preserved
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 9 May 2024 13:53:11 +0000 (15:53 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 17 Oct 2024 17:41:30 +0000 (19:41 +0200)
commitac92afd19e4017b6973f06a760b9c61ff9fc63c4
tree92c82861ed81e3dbcc934d1d6418ac87162f78ab
parent7e62a554afba229ef472119ebd93079838978cd0
target/i386: assert that cc_op* and pc_save are preserved

Now all decoding has been done before any code generation.
There is no need anymore to save and restore cc_op* and
pc_save but, for the time being, assert that this is indeed
the case.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/tcg/translate.c