Fixed a small bug.
This commit is contained in:
@@ -1159,7 +1159,7 @@ cpu_set(void)
|
|||||||
if (cpu_s->cpu_type >= CPU_K6_2)
|
if (cpu_s->cpu_type >= CPU_K6_2)
|
||||||
x86_setopcodes(ops_386, ops_k62_0f);
|
x86_setopcodes(ops_386, ops_k62_0f);
|
||||||
# if defined(DEV_BRANCH) && defined(USE_AMD_K5)
|
# if defined(DEV_BRANCH) && defined(USE_AMD_K5)
|
||||||
else if (cpu_s->cpu_type = CPU_K6)
|
else if (cpu_s->cpu_type == CPU_K6)
|
||||||
x86_setopcodes(ops_386, ops_k6_0f);
|
x86_setopcodes(ops_386, ops_k6_0f);
|
||||||
else
|
else
|
||||||
x86_setopcodes(ops_386, ops_pentiummmx_0f);
|
x86_setopcodes(ops_386, ops_pentiummmx_0f);
|
||||||
|
Reference in New Issue
Block a user