Fix a couple of NASM warnings.

Suggested by Ozkan Sezer <sezeroz@gmail.com>.
This commit is contained in:
Erik de Castro Lopo
2013-08-13 19:18:40 +10:00
parent 7050033b8f
commit 3cea079a2f
6 changed files with 6 additions and 6 deletions

View File

@@ -590,4 +590,4 @@ cident FLAC__bitreader_read_rice_signed_block_asm_ia32_bswap
pop ebp
ret
end
; end

View File

@@ -115,4 +115,4 @@ cident FLAC__cpu_info_extended_amd_asm_ia32
pop ebx
ret
end
; end

View File

@@ -306,4 +306,4 @@ cident FLAC__fixed_compute_best_predictor_asm_ia32_mmx_cmov
pop ebp
ret
end
; end

View File

@@ -782,4 +782,4 @@ FLAC__lpc_compute_autocorrelation_asm:
pop ebp
ret
end
; end

View File

@@ -1505,4 +1505,4 @@ cident FLAC__lpc_restore_signal_asm_ia32_mmx
pop ebp
ret
end
; end

View File

@@ -153,4 +153,4 @@ cident precompute_partition_info_sums_32bit_asm_ia32_
pop ebp
ret
end
; end