diff options
author | Eduardo Habkost <ehabkost@redhat.com> | 2015-03-05 12:38:48 -0300 |
---|---|---|
committer | Eduardo Habkost <ehabkost@redhat.com> | 2016-01-21 12:47:15 -0200 |
commit | 63618b4ed48f0fc2a7a3fd1117e2f0b512248dab (patch) | |
tree | d320c53de3246d2e673622b579363be203567166 /target-i386/cpu.h | |
parent | 3c9331c47f22224118d5019b0af8eac704824d8d (diff) | |
download | qemu-63618b4ed48f0fc2a7a3fd1117e2f0b512248dab.zip qemu-63618b4ed48f0fc2a7a3fd1117e2f0b512248dab.tar.gz qemu-63618b4ed48f0fc2a7a3fd1117e2f0b512248dab.tar.bz2 |
target-i386: Rename optimize_flags_init()
Rename the function so that the reason for its existence is
clearer: it does x86-specific initialization of TCG structures.
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'target-i386/cpu.h')
-rw-r--r-- | target-i386/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-i386/cpu.h b/target-i386/cpu.h index 595891e..172d6c7 100644 --- a/target-i386/cpu.h +++ b/target-i386/cpu.h @@ -1224,7 +1224,7 @@ static inline target_long lshift(target_long x, int n) #define ST1 ST(1) /* translate.c */ -void optimize_flags_init(void); +void tcg_x86_init(void); #include "exec/cpu-all.h" #include "svm.h" |