1
mirror of https://github.com/mpv-player/mpv synced 2024-09-12 23:45:53 +02:00

My 2.10.1 gnu assembler doesn't like C comment syntax in assembler files. Use

"assembler" comment characters ('/') instead.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1284 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
jkeil 2001-07-06 12:08:32 +00:00
parent d0569bc2df
commit 1ef62462ce

View File

@ -48,10 +48,10 @@ costab_mmx:
.text
.globl synth_1to1_MMX_s
/*
void synth_1to1_MMX_s(real *bandPtr, int channel, short *samples,
short *buffs, int *bo);
*/
//
// void synth_1to1_MMX_s(real *bandPtr, int channel, short *samples,
// short *buffs, int *bo);
//
synth_1to1_MMX_s:
pushl %ebp
pushl %edi