From 2ad2fefc2b486778470a7538059eb932b8d3bdb7 Mon Sep 17 00:00:00 2001 From: reimar Date: Thu, 1 Mar 2007 12:45:00 +0000 Subject: Add missing registers to asm code in mp3lib git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22393 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/decode_i586.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mp3lib/decode_i586.c') diff --git a/mp3lib/decode_i586.c b/mp3lib/decode_i586.c index dd553fa4ae..0a4ca1ebf1 100644 --- a/mp3lib/decode_i586.c +++ b/mp3lib/decode_i586.c @@ -313,6 +313,6 @@ int synth_1to1_pent(real *bandPtr, int channel, short *samples) " movl "MANGLE(saved_ebp)",%%ebp\n\t" :"=a"(retval) :"m"(bandPtr),"m"(channel),"m"(samples),"m"(tmp[0]) - :"memory","%edi","%esi","%ebx"); + :"memory","%edi","%esi","%ebx","%ecx","%edx"); return retval; } -- cgit v1.2.3