change mov [cpu_type],0 on mov [cpu_type],eax

git-svn-id: svn://kolibrios.org@942 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Alexey Teplov ( 2008-12-01 07:16:04 +00:00
parent 553563167c
commit 42ea13c96b

View File

@ -239,8 +239,8 @@ proc test_cpu
cpu_AMD dd ?
endl
mov [cpu_type], 0
xor eax, eax
mov [cpu_type], eax
mov [cpu_caps-OS_BASE], eax
mov [cpu_caps+4-OS_BASE], eax