# HG changeset patch # User jkeil # Date 994421312 0 # Node ID c73912315dbf088350f0db24a09538e77617db65 # Parent 175423b2691e390cbafd03c38451c186f6ec5bbd My 2.10.1 gnu assembler doesn't like C comment syntax in assembler files. Use "assembler" comment characters ('/') instead. diff -r 175423b2691e -r c73912315dbf mp3lib/decode_MMX.s --- a/mp3lib/decode_MMX.s Fri Jul 06 10:59:14 2001 +0000 +++ b/mp3lib/decode_MMX.s Fri Jul 06 12:08:32 2001 +0000 @@ -48,10 +48,10 @@ .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