On 12/15/24 03:06, Paolo Bonzini wrote:
It only differs in a single call to gen_jcc, so use a "bool" argument
to distinguish the two cases; do not duplicate code.
Signed-off-by: Paolo Bonzini
---
target/i386/tcg/translate.c | 39 +++--
1 file changed, 20 inser
It only differs in a single call to gen_jcc, so use a "bool" argument
to distinguish the two cases; do not duplicate code.
Signed-off-by: Paolo Bonzini
---
target/i386/tcg/translate.c | 39 +++--
1 file changed, 20 insertions(+), 19 deletions(-)
diff --git a/targ