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:
@@ -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
|
||||
|
Reference in New Issue
Block a user