Fix a comment that sounded a bit odd.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12560 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2007-03-03 01:40:55 +00:00
parent 70b4ea9992
commit fa9ea27e11

View file

@ -1138,7 +1138,8 @@ static void DSP_run_( struct Spc_Dsp* this, long count, int32_t* out_buf )
/* Generate output */
asm volatile (
/* fetch filter results to eliminate stalls */
/* fetch filter results _after_ gcc loads asm
block parameters to eliminate emac stalls */
"movclr.l %%acc0, %[out_0] \r\n"
"movclr.l %%acc1, %[out_1] \r\n"
/* apply global volume */