summaryrefslogtreecommitdiff
path: root/target-i386/cpu.h
diff options
context:
space:
mode:
authorEduardo Habkost <ehabkost@redhat.com>2015-03-05 12:38:48 -0300
committerEduardo Habkost <ehabkost@redhat.com>2016-01-21 12:47:15 -0200
commit63618b4ed48f0fc2a7a3fd1117e2f0b512248dab (patch)
treed320c53de3246d2e673622b579363be203567166 /target-i386/cpu.h
parent3c9331c47f22224118d5019b0af8eac704824d8d (diff)
downloadqemu-63618b4ed48f0fc2a7a3fd1117e2f0b512248dab.tar.gz
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-i386/cpu.h b/target-i386/cpu.h
index 595891e78d..172d6c7a90 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"