Add EFLAGS_* macros, get rid of some more magic numbers.

git-svn-id: svn://kolibrios.org@7126 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2017-12-05 06:39:34 +00:00
parent 69f68d1bb2
commit 6494817540
2 changed files with 20 additions and 2 deletions

View File

@@ -356,7 +356,7 @@ proc test_cpu
pushfd
pop eax
mov ecx, eax
xor eax, 0x40000
xor eax, EFLAGS_AC
push eax
popfd
pushfd
@@ -369,7 +369,7 @@ proc test_cpu
mov [cpu_type], CPU_486
mov eax, ecx
xor eax, 0x200000
xor eax, EFLAGS_ID
push eax
popfd
pushfd