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:
parent
70b4ea9992
commit
fa9ea27e11
1 changed files with 2 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue