[mythtv] [patch] libmythsoundtouch, mmx_gcc.cpp compile fix

Daniel Thor Kristjansson danielk at mrl.nyu.edu
Sun Nov 14 02:06:17 UTC 2004


On Sun, 14 Nov 2004, Mark Spieth wrote:
]Im trying to test.
]ebx doesnt get preserved with 3.2.3 which is what I normally use. this is
]the reason for the preservation of ebx as otherwise the next virtual call
]crashes as ebx is used.
]apparently 2.95 has a different issue re preservation of regs.
]will test on 3.4 asap and report.
]mark

There is no need to use specific registers in this function at all. You 
can just use variables with the "r" constraint where ever you would use 
registers. Anyway, in the patch I eliminated the use of ebx as a 
variable in that function.

-- Daniel



More information about the mythtv-dev mailing list