diff options
author | Blue Swirl | 2012-04-29 22:35:48 +0200 |
---|---|---|
committer | Blue Swirl | 2012-08-14 21:01:26 +0200 |
commit | 92fc4b586f8856ee9f2bad31fb6e9acd80fa8319 (patch) | |
tree | add284b2ae2940660bba95458e18ce807ae09799 /configure | |
parent | x86: avoid AREG0 in segmentation helpers (diff) | |
download | qemu-92fc4b586f8856ee9f2bad31fb6e9acd80fa8319.tar.gz qemu-92fc4b586f8856ee9f2bad31fb6e9acd80fa8319.tar.xz qemu-92fc4b586f8856ee9f2bad31fb6e9acd80fa8319.zip |
x86: switch to AREG0 free mode
Add an explicit CPUX86State parameter instead of relying on AREG0.
Remove temporary wrappers and switch to AREG0 free mode.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3778,7 +3778,7 @@ symlink "$source_path/Makefile.target" "$target_dir/Makefile" case "$target_arch2" in - alpha | or32 | sparc* | xtensa* | ppc*) + alpha | i386 | or32 | sparc* | x86_64 | xtensa* | ppc*) echo "CONFIG_TCG_PASS_AREG0=y" >> $config_target_mak ;; esac |