forked from KolibriOS/kolibrios
fixed bug with FASM 1.67.11
git-svn-id: svn://kolibrios.org@166 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
1634ac97c2
commit
ec7c8397d5
@ -1183,10 +1183,10 @@ endp
|
||||
align 4
|
||||
proc test_cpu
|
||||
locals
|
||||
cpu_type dd 0
|
||||
cpu_id dd 0
|
||||
cpu_Intel dd 0
|
||||
cpu_AMD dd 0
|
||||
cpu_type dd ?
|
||||
cpu_id dd ?
|
||||
cpu_Intel dd ?
|
||||
cpu_AMD dd ?
|
||||
endl
|
||||
|
||||
mov [cpu_type], 0
|
||||
|
Loading…
Reference in New Issue
Block a user