fix labels (missing colons)
authorJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 9 Sep 2008 07:06:09 +0000 (07:06 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 9 Sep 2008 07:06:09 +0000 (07:06 +0000)
src/libFLAC/ia32/cpu_asm.nasm

index 6e1ebc9..942b7b6 100644 (file)
@@ -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