fix labels (missing colons)

This commit is contained in:
Josh Coalson
2008-09-09 07:06:09 +00:00
parent 588e138867
commit 08bfd426d2

View File

@@ -85,13 +85,13 @@ cident FLAC__cpu_info_asm_ia32
mov ebx, [esp + 12] mov ebx, [esp + 12]
mov [ebx], ecx mov [ebx], ecx
jmp .end jmp .end
.no_cpuid .no_cpuid:
xor eax, eax xor eax, eax
mov ebx, [esp + 8] mov ebx, [esp + 8]
mov [ebx], eax mov [ebx], eax
mov ebx, [esp + 12] mov ebx, [esp + 12]
mov [ebx], eax mov [ebx], eax
.end .end:
pop ebx pop ebx
ret ret
@@ -108,9 +108,9 @@ cident FLAC__cpu_info_extended_amd_asm_ia32
cpuid cpuid
mov eax, edx mov eax, edx
jmp .end jmp .end
.no_cpuid .no_cpuid:
xor eax, eax xor eax, eax
.end .end:
pop ebx pop ebx
ret ret