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], ecx
|
||||
jmp .end
|
||||
.no_cpuid
|
||||
.no_cpuid:
|
||||
xor eax, eax
|
||||
mov ebx, [esp + 8]
|
||||
mov [ebx], eax
|
||||
mov ebx, [esp + 12]
|
||||
mov [ebx], eax
|
||||
.end
|
||||
.end:
|
||||
pop ebx
|
||||
ret
|
||||
|
||||
@@ -108,9 +108,9 @@ cident FLAC__cpu_info_extended_amd_asm_ia32
|
||||
cpuid
|
||||
mov eax, edx
|
||||
jmp .end
|
||||
.no_cpuid
|
||||
.no_cpuid:
|
||||
xor eax, eax
|
||||
.end
|
||||
.end:
|
||||
pop ebx
|
||||
ret
|
||||
|
||||
|
||||
Reference in New Issue
Block a user