]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386: Wrap cc_op_live with a validity check
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 1 Jul 2024 09:08:50 +0000 (11:08 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 31 Oct 2024 17:28:33 +0000 (18:28 +0100)
commit1f7f72bdc4faece6af875503a3abe992e87e776b
tree7cee210aefdee3392fe36494184fc2041517b23b
parentf359b2fb71c379db28a5184b565f43af6b5ec268
target/i386: Wrap cc_op_live with a validity check

Assert that op is known and that cc_op_live_ is populated.

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