]> git.proxmox.com Git - qemu.git/commit
TCG/x86: use TCG_REG_CALL_STACK instead of TCG_REG_ESP
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 28 May 2011 06:51:52 +0000 (06:51 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 26 Jun 2011 18:25:49 +0000 (18:25 +0000)
commite83c80f7180fc70570c2592ee5af5835e2a6942b
treeb494aafc2151a658f1566be81f39a0733e2e49d9
parent345649c054648ce5812bb2b247969d188dcb0f87
TCG/x86: use TCG_REG_CALL_STACK instead of TCG_REG_ESP

Except for specific cases where the use of %esp changes the encoding of
the instruction, it's cleaner to use TCG_REG_CALL_STACK instead of
TCG_REG_ESP.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
tcg/i386/tcg-target.c