Implemented CMPXCHG8B on Winchip. Patch from nerd73.

This commit is contained in:
SarahW 2018-03-03 21:32:56 +00:00
commit 919f2dd45d
5 changed files with 17 additions and 6 deletions

View file

@ -110,6 +110,7 @@ extern int cpu_hasMSR;
extern int cpu_hasMMX;
extern int cpu_hasCR4;
extern int cpu_hasVME;
extern int cpu_hasCX8;
#define CR4_TSD (1 << 2)
#define CR4_DE (1 << 3)