commit | e83c80f7180fc70570c2592ee5af5835e2a6942b | [log] [tgz] |
---|---|---|
author | Blue Swirl <blauwirbel@gmail.com> | Sat May 28 06:51:52 2011 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sun Jun 26 18:25:49 2011 +0000 |
tree | b494aafc2151a658f1566be81f39a0733e2e49d9 | |
parent | 345649c054648ce5812bb2b247969d188dcb0f87 [diff] |
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>