diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2007-03-03 01:40:55 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2007-03-03 01:40:55 +0000 |
commit | fa9ea27e11e53c3f7fcc9396f38d9a8a5b45fa3b (patch) | |
tree | d01110bd313e0426c20e71d5720117f81823c051 /apps | |
parent | 70b4ea9992342c97a5840ff293a42ddbbca99f3c (diff) |
Fix a comment that sounded a bit odd.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12560 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/codecs/spc/Spc_Dsp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/codecs/spc/Spc_Dsp.h b/apps/codecs/spc/Spc_Dsp.h index fdcd37f226..d09b753e87 100644 --- a/apps/codecs/spc/Spc_Dsp.h +++ b/apps/codecs/spc/Spc_Dsp.h @@ -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 */ |