aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i386/i386at/model_dep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386at/model_dep.c b/i386/i386at/model_dep.c
index 491915da..e859e5a9 100644
--- a/i386/i386at/model_dep.c
+++ b/i386/i386at/model_dep.c
@@ -549,7 +549,7 @@ void c_boot_entry(vm_offset_t bi)
machine_slot[0].is_cpu = TRUE;
machine_slot[0].cpu_subtype = CPU_SUBTYPE_AT386;
-#ifdef __x86_64__
+#if defined(__x86_64__) && !defined(USER32)
machine_slot[0].cpu_type = CPU_TYPE_X86_64;
#else
switch (cpu_type)