Skip to content

Commit 9c55275

Browse files
binarymasterGeoB99
andauthored
Apply suggestion from @GeoB99
Co-authored-by: George Bișoc <george.bisoc@reactos.org>
1 parent 0ac202c commit 9c55275

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ntoskrnl/config/cmconfig.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ CmpInitializeHardwareConfiguration(IN PLOADER_PARAMETER_BLOCK LoaderBlock)
411411
{
412412
/* Running on a NEC PC-9800 or compatible */
413413
KeI386MachineType |= 0x100; /* Should probably be one of MACHINE_TYPE_* consts */
414-
SharedUserData->AlternativeArchitecture = NEC98x86;
414+
SetNEC_98;
415415
}
416416
}
417417
#endif

0 commit comments

Comments
 (0)