Re: [PATCH 23/25] target/i386: assert that cc_op* and pc_save are preserved

2024-06-08 Thread Richard Henderson
On 6/8/24 01:41, Paolo Bonzini wrote: 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. Signed-off-by: Paolo Bonzini --- target/i386/tcg/translate.c | 12 +++--

[PATCH 23/25] target/i386: assert that cc_op* and pc_save are preserved

2024-06-08 Thread Paolo Bonzini
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. Signed-off-by: Paolo Bonzini --- target/i386/tcg/translate.c | 12 +++- 1 file changed, 3 insertions(+)