fixed bug with FASM 1.67.11

git-svn-id: svn://kolibrios.org@166 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge) 2006-10-06 08:39:23 +00:00
parent 1634ac97c2
commit ec7c8397d5

View File

@ -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