diff options
Diffstat (limited to 'target-i386/helper2.c')
-rw-r--r-- | target-i386/helper2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-i386/helper2.c b/target-i386/helper2.c index 6d40c641fc..4916d1f5fe 100644 --- a/target-i386/helper2.c +++ b/target-i386/helper2.c @@ -150,7 +150,7 @@ static x86_def_t x86_defs[] = { .ext2_features = (PPRO_FEATURES & 0x0183F3FF) | CPUID_EXT2_LM | CPUID_EXT2_SYSCALL | CPUID_EXT2_NX, .ext3_features = CPUID_EXT3_SVM, - .xlevel = 0x80000008, + .xlevel = 0x8000000A, }, #endif { |