mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fix labels (missing colons)
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user