Disable special segment selector pushing behavior on Pentium onwards, fixes MSVC builds of ReactOS.

This commit is contained in:
OBattler
2025-03-16 18:37:32 +01:00
parent 371866063b
commit 1c5d432d3c
3 changed files with 57 additions and 46 deletions

View File

@@ -513,6 +513,7 @@ extern int is286;
extern int is386;
extern int is6117;
extern int is486;
extern int is586;
extern int is_am486;
extern int is_am486dxl;
extern int is_pentium;