From 1ef62462ce63cb44b62b5b71a21e964f3ac94065 Mon Sep 17 00:00:00 2001 From: jkeil Date: Fri, 6 Jul 2001 12:08:32 +0000 Subject: 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 --- mp3lib/decode_MMX.s | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mp3lib') diff --git a/mp3lib/decode_MMX.s b/mp3lib/decode_MMX.s index 5665597374..cd770f3231 100644 --- a/mp3lib/decode_MMX.s +++ b/mp3lib/decode_MMX.s @@ -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 -- cgit v1.2.3