]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/i386/tcg: use PUSHL/PUSHW for error code
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 18 Jun 2024 07:28:22 +0000 (09:28 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 16 Jul 2024 16:18:24 +0000 (18:18 +0200)
commit312ef3243e3bae07e49314efb2854f6f17080ec5
treed6849b494ca790023b968c49339ede307fe326b2
parent0bd385e7e3c33e987d7a8879918be6df7b111ac4
target/i386/tcg: use PUSHL/PUSHW for error code

Do not pre-decrement esp, let the macros subtract the appropriate
operand size.

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