forked from KolibriOS/kolibrios
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:
parent
553563167c
commit
42ea13c96b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user